cURL
curl --request POST \ --url https://release0.com/api/v1/agents/{agentId}/publish \ --header 'Authorization: Bearer <token>'
{ "message": "success" }
API endpoint to publish an agent, making it publicly accessible via its URL.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
🚀 Where can I find my agent's ID? 👉 Check this guide! 🔍✨
Successful response
The response is of type object.
object