Public shareable agent landing-page metadata
Public shareable agent landing-page metadata
Returns the minimal metadata a “try my agent” landing page needs (display name, greeting, brand accent). No authentication required.
Only agents with shareable: true resolve; every other case
(unknown agent_id, non-shareable agent) returns 404 so existence
is never leaked across workspaces. Rate limited to 10 requests
per minute per IP.
Path parameters
agent_id
Agent ID (must have shareable enabled)
Response
Public agent info
agent_id
display_name
greeting_message
Optional first greeting the agent speaks when the caller connects.
accent_color
Optional CSS colour (hex) the landing page uses for its primary accent. Empty string when no per-agent brand colour is set, in which case the dashboard default applies.
Errors
404
Public TRY Agent Info Request Not Found Error
429
Public TRY Agent Info Request Too Many Requests Error