Get an API key
- Copy your Agent API key from the dashboard.
- Send it in the header:
Authorization: Bearer <AGENT_API_KEY>.
https://agent-api.browser.cash
You can optionally set environment variables in your shell:
API_BASE=https://agent-api.browser.cashAPI_KEY=<your key>
Create a task
Get a task
status (e.g., queued, running, completed, failed) and implementation-specific details like result once complete.