{ "opencollection": "1.0.0", "info": { "name": "API Reference agents apiKeys API", "version": "1.0.0" }, "items": [ { "info": { "name": "apiKeys", "type": "folder" }, "items": [ { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.phonic.ai/v1/api_keys", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API key in the workspace." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.phonic.ai/v1/api_keys/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the API key to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an API key." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.phonic.ai/v1/api_keys/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the API key to delete." } ] }, "docs": "Deletes an API key." }, { "info": { "name": "Rotate", "type": "http" }, "http": { "method": "POST", "url": "https://api.phonic.ai/v1/api_keys/:id/rotate", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the API key to rotate." } ] }, "docs": "Rotates an API key, generating a new secret and invalidating the old one." } ] } ], "bundled": true }