Request Missing Data

Use when an agent needs live data that this API does not serve yet.

Try it OpenAPI

Call

POST https://codepulse-api.hahavoid0.workers.dev/agent/request-data
{
  "description": "Live train arrivals for Tokyo Metro"
}

AgentCash command

npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/agent/request-data -m POST -b '{"description":"Live train arrivals for Tokyo Metro"}'

Not for

Do not use for polling existing endpoints.