cURL
curl --request POST \ --url https://release0.com/api/v1/agents/import \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "workspaceId": "<string>", "agent": "<unknown>" } '
{ "agent": "<unknown>" }
API endpoint to import an agent from an external source or configuration file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
🚀 Where to find my workspace ID?
Successful response