cURL
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>" } ] }
Returns pre-built agent configurations for one-click creation.
API key from the WhatsRB dashboard. Format: Bearer wrb_live_xxx
Bearer wrb_live_xxx
OK
Show child attributes