{ "opencollection": "1.0.0", "info": { "name": "Portkey AI Gateway Analytics Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/workspaces" }, "docs": "List workspaces" }, { "info": { "name": "Create a workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.portkey.ai/v1/workspaces" }, "docs": "Create a workspace" }, { "info": { "name": "List workspace members", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/workspace-members" }, "docs": "List workspace members" }, { "info": { "name": "Invite a user to the workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.portkey.ai/v1/user-invites" }, "docs": "Invite a user to the workspace" }, { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/users" }, "docs": "List users" } ] } ], "bundled": true }