{ "opencollection": "1.0.0", "info": { "name": "Letta Admin Projects API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List Projects (Cloud-only)", "type": "http" }, "http": { "method": "GET", "url": "https://api.letta.com/v1/projects", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List all projects" }, { "info": { "name": "Create Project (Cloud-only)", "type": "http" }, "http": { "method": "POST", "url": "https://api.letta.com/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project" }, { "info": { "name": "Delete Project (Cloud-only)", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.letta.com/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a project by ID" } ] } ], "bundled": true }