GET
/api/agentsbearer tokenList your agents
The account view of your agents β configuration included, which is why it needs your token. Integration secrets come back as key names only, never values.
Try it
curl "https://storkie.ai/api/agents" -H "Authorization: Bearer YOUR_TOKEN"No Run button: this needs your bearer token, and a docs page that asks for one is teaching people to paste credentials into web forms.
Query parameters
No parameters.
Response
| Name | Type | Description |
|---|---|---|
agentsrequired | array | Full agent objects owned by the caller. |
Rate limit
40 requests / minute / account
Errors
401β Missing or invalid token.