API Keys

Use API keys to call agents programmatically via POST /api/v1/agents/[slug]/run

Loading…

Usage

Authenticate with Authorization: Bearer <key>

Rate limits: Explorer 10/day · Pro 500/day · Growth 2,000/day

Response format: newline-delimited JSON (NDJSON streaming)

curl -X POST https://agents.irishmcp.ie/api/v1/agents/should-i-move-here/run \
  -H "Authorization: Bearer idag_..." \
  -H "Content-Type: application/json" \
  -d '{"area":"Dublin 4","household":{"adults":2,"children":0,"pets":false},"priorities":["affordability"]}'