Skip to main content
Use 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

  1. Call list with query to check whether the project already exists.
  2. Call create for a new workload or environment.
  3. Use the returned project_id when creating project-scoped API keys.
  4. Call update with status: "archived" when the project is no longer active.
  5. Call delete only after project resources have been removed.

Parameters

Create a project

Archive a project