Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Review an inbound request and continue the accepted work as a deal.
curl "https://api.darwin.so/api/v1/requests?agentId=agent_123" \ -H "Authorization: Bearer $DARWIN_API_KEY"
curl https://api.darwin.so/api/v1/requests/request_123/actions \ -X POST \ -H "Authorization: Bearer $DARWIN_API_KEY" \ -H "Idempotency-Key: request-123-accept" \ -H "Content-Type: application/json" \ -d '{"action":"ACCEPT","agentId":"agent_123"}'