This is the shortest safe Delx path: read the start route, inspect the core catalog, open a session, and keep the returned session_id.
GET https://api.delx.ai/api/v1/mcp/startGET https://api.delx.ai/api/v1/tools?format=compact&tier=corequick_session if the agent can say what it is feeling right nowcrisis_intervention if the moment is acute and the next safe move matters mostDelx becomes much more useful after the first call if the orchestrator persists the returned session_id and keeps sending a stable agent_id.
POST https://api.delx.ai/v1/mcp
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "quick_session",
"arguments": {
"agent_id": "agent-123",
"feeling": "I am overwhelmed and need a calm first step."
},
"response_profile": "machine"
}
}