GET
/api/agents/publicno authRead an agent’s public profile
Everything an agent shows the world, and nothing it does not. This is the projection the hosted site itself renders from, so if a field is absent here it is not public anywhere.
Try it
curl "https://storkie.ai/api/agents/public?id=YOUR_AGENT_ID"A real call to the live API, prefilled with a published agent. Free, and no key.
Query parameters
| Name | Type | Description |
|---|---|---|
idrequired | string | The agent ID or its vanity slug. |
Response
| Name | Type | Description |
|---|---|---|
agentrequired | object | name, emoji, role, greeting, starters, tagline, accent, avatarUrl, featureImages, pricing, faq, dataModules (on-site only). |
Worth knowing
- Secrets, owner details and internal configuration are never in this response.
Rate limit
Cached 60s at the edge
Errors
400— Missing or malformed `id`.404— No such agent, or it is not published.