{ "opencollection": "1.0.0", "info": { "name": "Amika API — v0beta1 API keys Repositories API", "version": "0beta1" }, "items": [ { "info": { "name": "Repositories", "type": "folder" }, "items": [ { "info": { "name": "List the org's repositories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/repositories" }, "docs": "List the org's repositories" }, { "info": { "name": "Create or update a repository", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/repositories", "body": { "type": "json", "data": "{}" } }, "docs": "Create or update a repository" }, { "info": { "name": "Read a single repository", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/repositories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Read a single repository" }, { "info": { "name": "Clear repository image config", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/repositories/:id/image", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Clear repository image config" }, { "info": { "name": "List a repository's MCP integrations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/repositories/:id/integrations", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List a repository's MCP integrations" }, { "info": { "name": "Replace a repository's MCP integrations", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/repositories/:id/integrations", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace a repository's MCP integrations" }, { "info": { "name": "Read a repository's workflow", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/repositories/:id/workflow", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Read a repository's workflow" }, { "info": { "name": "Replace a repository's workflow", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/repositories/:id/workflow", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace a repository's workflow" }, { "info": { "name": "Clear a repository's workflow", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/repositories/:id/workflow", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Clear a repository's workflow" } ] } ], "bundled": true }