GET
/api/agents/showcaseno authList public agents
The gallery feed. Every field here is already public on each agent’s own page, so this is reach rather than exposure. Owners who pay to stay off the showcase are excluded.
Try it
curl "https://storkie.ai/api/agents/showcase"A real call to the live API, prefilled with a published agent. Free, and no key.
Query parameters
No parameters.
Response
| Name | Type | Description |
|---|---|---|
agentsrequired | array | Up to 48: `{ id, name, emoji, role, tagline, accent, avatarUrl }`. |
Worth knowing
- Listing is opt-out. An agent with `listed: false` never appears — that is the paid choice and it is honoured here as strictly as in the sitemap.
- This endpoint has no error responses. If the store is unreachable it returns an empty list with a 200 rather than failing, because an empty gallery is a better outcome for the page rendering it than a broken one. Check the length; do not check the status.
Rate limit
Cached 5 minutes
Errors
Questions
Do I need a key?
No. It is public, cached and safe to call from a browser.
Can I use it to find an agent ID to test with?
Yes — that is exactly what the Run buttons in this reference do.