cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/projects/{project_id}/agents \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "agent_id": "<string>", "role": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Add an agent to a project
Agent UUID to add to project
Agent role in project
Successful Response
Was this page helpful?