Skip to main content
GET
Error

Response

200 - application/json

Array of public agent metadata views.

id
string<uuid>
required
name
string
required
description
string
required
welcomemessage
string
required
slug
string
required

Run-route path for this agent (e.g. /agents/litellm/run).

guest_auth_mode
enum<string>
required

public = no gate; password = password required in x-guest-password; regular = authenticated users only.

Available options:
public,
password,
regular
guest_has_cover
boolean
required

Whether the agent has a cover image (fetch via /public-agents/{id}/cover).

image
string | null

Agent avatar image URL, or null.