curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/projects/default \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"key": "<string>",
"description": "<string>",
"goals": "<string>",
"settings": {},
"status": "<string>",
"visibility": "<string>",
"owner_id": "<string>",
"owner_email": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"archived_at": "<string>",
"restrict_to_environment": false,
"policy_ids": [],
"default_model": "<string>",
"agent_count": 0,
"team_count": 0
}Get the default project for the organization (creates if doesn’t exist)
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/projects/default \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"organization_id": "<string>",
"name": "<string>",
"key": "<string>",
"description": "<string>",
"goals": "<string>",
"settings": {},
"status": "<string>",
"visibility": "<string>",
"owner_id": "<string>",
"owner_email": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"archived_at": "<string>",
"restrict_to_environment": false,
"policy_ids": [],
"default_model": "<string>",
"agent_count": 0,
"team_count": 0
}Enter your Kubiya API token (format: Bearer
Successful Response
Was this page helpful?