Skip to main content
GET
/
agent_templates
List agent templates
curl --request GET \
  --url https://whatsrb.com/api/v1/agent_templates \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "key": "classifier",
      "name": "<string>",
      "description": "<string>",
      "system_prompt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key from the WhatsRB dashboard. Format: Bearer wrb_live_xxx

Response

OK

data
object[]