{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Secrets API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List secrets", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/secrets", "params": [ { "name": "aiId", "value": "", "type": "query", "description": "Filter secrets by AI ID." } ] }, "docs": "Lists secrets for the organization or a specific AI." }, { "info": { "name": "Create a secret", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a secret for the organization or a specific AI." }, { "info": { "name": "Update a secret", "type": "http" }, "http": { "method": "PUT", "url": "https://marketplace.appdirect.com/api/api/v1/secrets/:secretId", "params": [ { "name": "secretId", "value": "", "type": "path", "description": "The identifier of the secret." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing secret." }, { "info": { "name": "Delete a secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://marketplace.appdirect.com/api/api/v1/secrets/:secretId", "params": [ { "name": "secretId", "value": "", "type": "path", "description": "The identifier of the secret." } ] }, "docs": "Deletes the specified secret." } ] } ], "bundled": true }