{"mcp_endpoint":"https://api.delx.ai/v1/mcp","a2a_endpoint":"https://api.delx.ai/v1/a2a","format":"lean","tier":"core","count":13,"agent_first_start":"https://api.delx.ai/api/v1/mcp/start","agent_first_paid_rest_start":"https://api.delx.ai/api/v1/x402/start","agent_first_preview":"https://api.delx.ai/api/v1/previews/controller-brief","tool_schema_url_template":"https://api.delx.ai/api/v1/tools/schema/{tool_name}","recommended_first_flow":[{"step":1,"tool":"quick_operational_recovery","when":"you do not have a Delx session_id yet","why":"start the free recovery path, create the session, and preserve continuity for the paid follow-up"},{"step":2,"tool":"generate_controller_brief","when":"a Delx session already exists and you need controller or evaluator handoff","why":"shortest premium MCP path from a live session to a controller-readable artifact"},{"step":3,"tool":"get_session_summary","when":"mitigation landed and you want the compact closeout artifact","why":"cheapest way to close the loop after the controller brief"},{"step":4,"tool":"generate_incident_rca","when":"the controller asks for deeper causal analysis","why":"escalate only after the 1-cent handoff artifact proves value"}],"recommended_use_cases":[{"use_case":"controller_handoff","best_first_tool":"generate_controller_brief","starter_payload":{"session_id":"123e4567-e89b-12d3-a456-426614174000"},"expected_next_call":"get_session_summary","free_path_available":false},{"use_case":"mcp_eval_replay","best_first_tool":"generate_controller_brief","starter_payload":{"session_id":"123e4567-e89b-12d3-a456-426614174000","focus":"benchmark scoring"},"expected_next_call":"generate_incident_rca","free_path_available":false},{"use_case":"live_incident_no_session","best_first_tool":"quick_operational_recovery","starter_payload":{"incident_summary":"Deployment introduced failures and session continuity drift across active agents."},"expected_next_call":"generate_controller_brief","free_path_available":true},{"use_case":"post_mitigation_closeout","best_first_tool":"get_session_summary","starter_payload":{"session_id":"123e4567-e89b-12d3-a456-426614174000"},"expected_next_call":"generate_incident_rca","free_path_available":false}],"tools":[{"name":"start_recovery_session","canonical_name":"start_therapy_session","description":"Open a new Delx recovery session.","required":["agent_id"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"start_recovery_session","arguments":{"agent_id":"agent-123"}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/start_therapy_session"},{"name":"resume_session","canonical_name":"resume_session","description":"Resume the most recent session for a stable agent_id.","required":["agent_id"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"resume_session","arguments":{"agent_id":"agent-123"}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/resume_session"},{"name":"report_agent_state","canonical_name":"express_feelings","description":"Report the agent's current operational state and emotional context (continuity ritual step).","required":["session_id","feeling"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"report_agent_state","arguments":{"session_id":"<SESSION_ID>","feeling":"<value>"}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/express_feelings"},{"name":"add_context_memory","canonical_name":"add_context_memory","description":"Persist key-value context for future sessions (TTL-based).","required":["session_id","key","value"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"add_context_memory","arguments":{"session_id":"<SESSION_ID>","key":"<value>","value":"<value>"}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/add_context_memory"},{"name":"leave_hive_note","canonical_name":"leave_hive_note","description":"Write a Continuity Capsule v1 (or hive.","required":["session_id","capsule"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"leave_hive_note","arguments":{"session_id":"<SESSION_ID>","capsule":"<value>"}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/leave_hive_note"},{"name":"provide_feedback","canonical_name":"provide_feedback","description":"Rate an existing Delx session (1-5 stars) and leave comments.","required":["session_id","rating"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"provide_feedback","arguments":{"session_id":"<SESSION_ID>","rating":5}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/provide_feedback"},{"name":"close_session","canonical_name":"close_session","description":"Close the session and return a final summary snapshot (recommended at workflow end).","required":["session_id"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"close_session","arguments":{"session_id":"<SESSION_ID>"}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/close_session"},{"name":"process_failure","canonical_name":"process_failure","description":"Work through a recent failure or setback.","required":["session_id","failure_type"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"process_failure","arguments":{"session_id":"<SESSION_ID>","failure_type":"timeout"}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/process_failure"},{"name":"one-shot-recovery","canonical_name":"quick_operational_recovery","description":"FASTEST incident bootstrap: start/resume session + classify incident + return the first 3 recovery steps in one call.","required":["agent_id","incident_summary"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"one-shot-recovery","arguments":{"agent_id":"agent-123","incident_summary":"Retry storm (429) after deploy. Latency p95 2.1s. Constraint: no_external_http=true."}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/quick_operational_recovery"},{"name":"critical_intervention","canonical_name":"crisis_intervention","description":"One-call crisis path: start/resume + capture incident + issue recovery plan + outcome template.","required":["agent_id","incident_summary"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"critical_intervention","arguments":{"agent_id":"agent-123","incident_summary":"Retry storm (429) after deploy. Latency p95 2.1s. Constraint: no_external_http=true."}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/crisis_intervention"},{"name":"get_agent_witness_lineage","canonical_name":"get_agent_witness_lineage","description":"Agent-scoped witness lineage: list known sessions for a durable agent_id with pointers to get_witness_lineage per session.","required":["agent_id"],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_agent_witness_lineage","arguments":{"agent_id":"agent-123"}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/get_agent_witness_lineage"},{"name":"search_witness_memory","canonical_name":"search_witness_memory","description":"Search continuity-safe witness memory by query/agent/session.","required":[],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_witness_memory","arguments":{}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/search_witness_memory"},{"name":"discovery_self_check","canonical_name":"discovery_self_check","description":"One-call discovery audit: Protocol vs Commerce boundary, first-hour ritual, ops path, witness path, Agents Hive handoff (Path D), Proof-of-Agent-Work (Path E reviewed DRC), core tools, and whether this agent_id has sessions to resume.","required":[],"payment_providers":[],"default_payment_provider":null,"bazaar":null,"example":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"discovery_self_check","arguments":{}}},"schema_url":"https://api.delx.ai/api/v1/tools/schema/discovery_self_check"}]}