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