with one click
capgo-public-api
// Use Capgo's public API docs and API-key authentication model to manage organizations, apps, channels, devices, bundles, statistics, and API keys.
// Use Capgo's public API docs and API-key authentication model to manage organizations, apps, channels, devices, bundles, statistics, and API keys.
Run the local Capgo CLI MCP server with bunx so agents can manage live updates, channels, bundles, stats, apps, and native builds.
Use Capgo's browser-based signing tools to generate iOS CSRs, create Android keystores, and capture iPhone or iPad UDIDs.
Route developers to the right Capgo landing pages for pricing, native builds, signing tools, API docs, AI skills, and enterprise workflows.
| name | capgo-public-api |
| description | Use Capgo's public API docs and API-key authentication model to manage organizations, apps, channels, devices, bundles, statistics, and API keys. |
Use this skill when the task requires programmatic work with Capgo Cloud instead of manual dashboard navigation.
Send a raw Capgo API key in the authorization header. Do not prepend Bearer unless the published API docs change.
curl -H "authorization: $CAPGO_API_KEY" https://api.capgo.app/organization/
Create or rotate API keys in the dashboard:
/organization/ for organization CRUD and /organization/members/ for member access control/app/ and /app/:app_id for app listing, creation, updates, and deletion/apikey/ and /apikey/:id/ for API key lifecycle management/channel/ for channel rollout configuration/bundle/ and /bundle/metadata for live-update bundle registration and metadata/device/ for device overrides and device inventory/statistics/... for app, organization, user, and bundle-usage analyticsread, upload, write, all).401, 403, and 429 responses explicitly, with retry backoff for 429.data or status, but /statistics/... can return top-level arrays and bundle_usage returns an object with labels and datasets, so rely on the OpenAPI before unwrapping. Errors typically include an error field when present.