cURL
curl --request PUT \ --url https://control-plane.kubiya.ai/api/v1/context/{entity_type}/{entity_id} \ --header 'Content-Type: application/json' \ --data '{ "knowledge_uuids": [ "<string>" ], "resource_ids": [ "<string>" ], "policy_ids": [ "<string>" ] }'
{ "id": "<string>", "entity_type": "<string>", "entity_id": "<string>", "organization_id": "<string>", "knowledge_uuids": [ "<string>" ], "resource_ids": [ "<string>" ], "policy_ids": [ "<string>" ], "created_at": "<string>", "updated_at": "<string>" }
Update context configuration for any entity type
environment
team
project
agent
Request to update context for any entity
Successful Response
Generic context response
Was this page helpful?