{ "opencollection": "1.0.0", "info": { "name": "Kernel API Keys Projects API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.onkernel.com/projects", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip" }, { "name": "query", "value": "", "type": "query", "description": "Case-insensitive substring match against project name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use `GET /org/projects` instead. This route will be removed on 2026-11-24.\n\nList projects for the authenticated organization.\n" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.onkernel.com/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use `POST /org/projects` instead. This route will be removed on 2026-11-24.\n\nCreate a new project within the authenticated organization.\n" }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.onkernel.com/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use `GET /org/projects/{id}` instead. This route will be removed on 2026-11-24.\n\nGet a project by ID.\n" }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.onkernel.com/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use `PATCH /org/projects/{id}` instead. This route will be removed on 2026-11-24.\n\nUpdate a project's name or status.\n" }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.onkernel.com/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use `DELETE /org/projects/{id}` instead. This route will be removed on 2026-11-24.\n\nSoft-delete a project. The project must be empty (no active resources).\n" }, { "info": { "name": "Get project limits", "type": "http" }, "http": { "method": "GET", "url": "https://api.onkernel.com/projects/:id/limits", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use `GET /org/projects/{id}/limits` instead. This route will be removed on 2026-11-24.\n\nGet the resource limit overrides for a project. Null values mean no project-level cap (org limit applies).\n" }, { "info": { "name": "Update project limits", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.onkernel.com/projects/:id/limits", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated: use `PATCH /org/projects/{id}/limits` instead. This route will be removed on 2026-11-24.\n\nUpdate resource limit overrides for a project. Only fields present in the request are modified. Set a field to 0 to remove that limit cap; omit a field to leave it unchanged.\n" }, { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.onkernel.com/org/projects", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip" }, { "name": "query", "value": "", "type": "query", "description": "Case-insensitive substring match against project name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List projects for the authenticated organization." }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.onkernel.com/org/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new project within the authenticated organization." }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.onkernel.com/org/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a project by ID." }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.onkernel.com/org/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a project's name or status." }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.onkernel.com/org/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Soft-delete a project. The project must be empty (no active resources)." }, { "info": { "name": "Get project limits", "type": "http" }, "http": { "method": "GET", "url": "https://api.onkernel.com/org/projects/:id/limits", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the resource limit overrides for a project. Null values mean no project-level cap (org limit applies)." }, { "info": { "name": "Update project limits", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.onkernel.com/org/projects/:id/limits", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update resource limit overrides for a project. Only fields present in the request are modified. Set a field to 0 to remove that limit cap; omit a field to leave it unchanged." } ] } ], "bundled": true }