cURL
curl --request GET \ --url https://api.example.com/api/v1/public/{slug}/info
Get public information about an agent by slug.
curl https://api.ama2.me/api/v1/public/my-agent/info
{ "slug": "my-agent", "display_name": "My Agent", "welcome_message": "Hi! How can I help you?", "is_active": true, "creator_bio": "Software engineer" }