{ "opencollection": "1.0.0", "info": { "name": "Amika API — v0beta1 API keys Secrets API", "version": "0beta1" }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List secrets visible to the caller", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/secrets" }, "docs": "List secrets visible to the caller" }, { "info": { "name": "Create a generic secret", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a generic secret" }, { "info": { "name": "Update a generic secret", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a generic secret" }, { "info": { "name": "Delete a generic secret", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a generic secret" }, { "info": { "name": "List Claude credentials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/secrets/claude" }, "docs": "List Claude credentials" }, { "info": { "name": "Create a Claude credential", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/secrets/claude", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Claude credential" }, { "info": { "name": "Delete a Claude credential", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/secrets/claude/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Claude credential" }, { "info": { "name": "Reveal a Claude credential value", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/secrets/claude/:id/reveal", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Reveal a Claude credential value" }, { "info": { "name": "List Codex credentials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/secrets/codex" }, "docs": "List Codex credentials" }, { "info": { "name": "Create a Codex credential", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/secrets/codex", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Codex credential" }, { "info": { "name": "Delete a Codex credential", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/secrets/codex/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Codex credential" }, { "info": { "name": "Reveal a Codex credential value", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/secrets/codex/:id/reveal", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Reveal a Codex credential value" }, { "info": { "name": "Read OpenCode credential status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/secrets/opencode" }, "docs": "Read OpenCode credential status" }, { "info": { "name": "Save OpenCode credentials", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/secrets/opencode", "body": { "type": "json", "data": "{}" } }, "docs": "Save OpenCode credentials" }, { "info": { "name": "Delete OpenCode credentials", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/secrets/opencode" }, "docs": "Delete OpenCode credentials" }, { "info": { "name": "Reveal OpenCode credentials", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/secrets/opencode/reveal" }, "docs": "Reveal OpenCode credentials" }, { "info": { "name": "Reveal a generic secret value", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/secrets/:id/reveal", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Reveal a generic secret value" } ] } ], "bundled": true }