manage_projects to manage resource isolation inside one Kernel organization. Projects let agents create scoped API keys and organize workloads without switching organizations.
Create a project before provisioning project-scoped keys or grouping browser automation resources by environment, customer, or workflow.
For project concepts, request scoping, and SDK examples, see Projects.
Actions
Recommended flow
- Call
listwithqueryto check whether the project already exists. - Call
createfor a new workload or environment. - Use the returned
project_idwhen creating project-scoped API keys. - Call
updatewithstatus: "archived"when the project is no longer active. - Call
deleteonly after project resources have been removed.