# Capgo ## When to use Capgo Use Capgo when the job is Capacitor, Ionic, Cordova, or Electron **live updates**, or Capgo **native iOS/Android builds**: - Ship a JavaScript/CSS/HTML over-the-air update without waiting for App Store or Play Store review - Upload, promote, pause, or roll back a signed web bundle on a channel - Pin one device to a channel or inspect who received a release - Request a native binary build from CI and follow build status - Automate organizations, apps, channels, bundles, devices, or stats through the public REST API Do not use Capgo as a generic CMS, a React Native CodePush host, or a way to skip store review after native code, permissions, or SDK changes. ### How an agent should call Capgo 1. Read [https://capgo.app/llms.txt](https://capgo.app/llms.txt) and the OpenAPI spec at [https://capgo.app/openapi.json](https://capgo.app/openapi.json). 2. For documented, function-calling-friendly HTTP tools, connect to the Streamable HTTP MCP server at `https://capgo.app/mcp`. 3. For authenticated account mutations (upload a bundle, change a channel, request a build), run `npx @capgo/cli@latest mcp` locally after `npx @capgo/cli@latest login`. 4. For raw REST, send header `x-api-key: ` to `https://api.capgo.app`. Legacy `authorization: ` (no Bearer prefix) is still accepted. Use Capgo for Capacitor, Ionic, Cordova, and Electron live updates and Capgo native iOS and Android builds. Do not use it as a generic CMS or a React Native OTA host. Agents should read https://capgo.app/openapi.json, connect to https://capgo.app/mcp, or run `npx @capgo/cli@latest mcp` for authenticated account tools. The canonical source documentation is English; translated language paths are served at request time by the Capgo edge translation worker. ## Documentation Sets - [Abridged documentation](https://capgo.app/llms-small.txt): a compact version of the documentation for Capgo, with non-essential content removed - [Complete documentation](https://capgo.app/llms-full.txt): the full documentation for Capgo - [Capgo Builder](https://capgo.app/_llms-txt/capgo-builder.txt): cloud-based native iOS and Android builds with Capgo Build, CI triggers, and webhooks - [Capgo CLI](https://capgo.app/_llms-txt/capgo-cli.txt): full reference documentation for capgo CLI to upload and manage your live updates - [Capgo Versioning](https://capgo.app/_llms-txt/capgo-versioning.txt): how Capgo versions plugins, CLI, console, and LTS backports across Capacitor majors - [Plugin Live updates](https://capgo.app/_llms-txt/plugin-live-updates.txt): full reference documentation for plugin live updates for Capacitor, Cordova, and Electron - [Console Tutorial](https://capgo.app/_llms-txt/console-tutorial.txt): step-by-step tutorial to get started with Capgo Console and live updates - [Public API](https://capgo.app/_llms-txt/public-api.txt): full reference documentation for public API - [Plugin Accelerometer](https://capgo.app/_llms-txt/plugin-accelerometer.txt): accelerometer sensor plugin for detecting device motion and orientation - [Plugin AdMob](https://capgo.app/_llms-txt/plugin-admob.txt): Google AdMob plugin for mobile advertising integration - [Plugin Age Range](https://capgo.app/_llms-txt/plugin-age-range.txt): cross-platform age range detection plugin - [Plugin Age Signals](https://capgo.app/_llms-txt/plugin-age-signals.txt): Android age signals plugin for age verification - [Plugin Alarm](https://capgo.app/_llms-txt/plugin-alarm.txt): alarm and notification scheduling plugin - [Plugin Android Inline Install](https://capgo.app/_llms-txt/plugin-android-inline-install.txt): Android inline app installation plugin - [Plugin Android Usage Stats](https://capgo.app/_llms-txt/plugin-android-usage-stats.txt): Android usage statistics manager plugin - [Plugin Android Kiosk](https://capgo.app/_llms-txt/plugin-android-kiosk.txt): Android kiosk mode plugin for locked-down device experiences - [Plugin Android SMS Retriever](https://capgo.app/_llms-txt/plugin-android-sms-retriever.txt): Android SMS Retriever and Phone Number Hint plugin for passwordless verification flows - [Plugin AppInsights](https://capgo.app/_llms-txt/plugin-appinsights.txt): Microsoft Application Insights analytics plugin - [Plugin AppsFlyer](https://capgo.app/_llms-txt/plugin-appsflyer.txt): AppsFlyer mobile attribution, analytics, and deep linking plugin - [Plugin App Attest](https://capgo.app/_llms-txt/plugin-app-attest.txt): cross-platform app attestation plugin using Apple App Attest and Google Play Integrity Standard - [Plugin App Tracking Transparency](https://capgo.app/_llms-txt/plugin-app-tracking-transparency.txt): iOS app tracking transparency permission plugin - [Plugin Audio Recorder](https://capgo.app/_llms-txt/plugin-audio-recorder.txt): audio recording plugin for capturing microphone input - [Plugin Audio Session](https://capgo.app/_llms-txt/plugin-audio-session.txt): iOS audio session configuration plugin - [Plugin Auto](https://capgo.app/_llms-txt/plugin-auto.txt): CarPlay and Android Auto template bridge for two-way communication with Capacitor apps - [Plugin Autofill Save Password](https://capgo.app/_llms-txt/plugin-autofill-save-password.txt): autofill and password save plugin for credential management - [Plugin Background Geolocation](https://capgo.app/_llms-txt/plugin-background-geolocation.txt): background location tracking plugin - [Plugin Background Task](https://capgo.app/_llms-txt/plugin-background-task.txt): periodic background fetch task plugin for iOS and Android - [Plugin Barometer](https://capgo.app/_llms-txt/plugin-barometer.txt): barometric pressure sensor plugin - [Plugin Bluetooth Low Energy](https://capgo.app/_llms-txt/plugin-bluetooth-low-energy.txt): Bluetooth Low Energy (BLE) plugin for device communication - [Plugin Brightness](https://capgo.app/_llms-txt/plugin-brightness.txt): screen brightness control plugin - [Plugin Calendar](https://capgo.app/_llms-txt/plugin-calendar.txt): calendar events and reminders plugin for iOS and Android - [Plugin Camera Preview](https://capgo.app/_llms-txt/plugin-camera-preview.txt): camera preview plugin for live camera feed - [Plugin Capacitor+](https://capgo.app/_llms-txt/plugin-capacitor.txt): Capacitor+ enhanced runtime plugin - [Plugin Capacitor Patch](https://capgo.app/_llms-txt/plugin-capacitor-patch.txt): hook-only patch catalog plugin for applying Capacitor core, CLI, plugin, and native project fixes during sync and update - [Plugin Compass](https://capgo.app/_llms-txt/plugin-compass.txt): digital compass plugin for device orientation - [Plugin Contentsquare](https://capgo.app/_llms-txt/plugin-contentsquare.txt): Contentsquare analytics, consent gating, and session replay integration plugin - [Plugin Facebook Analytics](https://capgo.app/_llms-txt/plugin-facebook-analytics.txt): Meta/Facebook App Events analytics plugin - [Plugin Contacts](https://capgo.app/_llms-txt/plugin-contacts.txt): contacts access plugin for reading device contacts - [Plugin Crisp](https://capgo.app/_llms-txt/plugin-crisp.txt): Crisp chat integration plugin - [Plugin Data Storage SQLite](https://capgo.app/_llms-txt/plugin-data-storage-sqlite.txt): SQLite data storage plugin for local database - [Plugin Date Picker](https://capgo.app/_llms-txt/plugin-date-picker.txt): native date, time, date-time, year-month, and range picker plugin for iOS, Android, and Web - [Plugin Device Info](https://capgo.app/_llms-txt/plugin-device-info.txt): CPU, memory, GPU, storage, thermal, and onboard sensor metrics plugin - [Plugin Document Scanner](https://capgo.app/_llms-txt/plugin-document-scanner.txt): document scanning plugin with OCR capabilities - [Plugin Downloader](https://capgo.app/_llms-txt/plugin-downloader.txt): file download manager plugin - [Plugin Env](https://capgo.app/_llms-txt/plugin-env.txt): environment variables plugin - [Plugin Fast SQL](https://capgo.app/_llms-txt/plugin-fast-sql.txt): high-performance SQL database plugin - [Plugin FFmpeg](https://capgo.app/_llms-txt/plugin-ffmpeg.txt): FFmpeg media processing plugin - [Plugin File](https://capgo.app/_llms-txt/plugin-file.txt): file system access plugin - [Plugin File Compressor](https://capgo.app/_llms-txt/plugin-file-compressor.txt): file compression plugin - [Plugin File Sharer](https://capgo.app/_llms-txt/plugin-file-sharer.txt): file sharing and saving plugin for base64 data and local paths - [Plugin File Picker](https://capgo.app/_llms-txt/plugin-file-picker.txt): file picker plugin for selecting files - [Plugin Flash](https://capgo.app/_llms-txt/plugin-flash.txt): device flashlight control plugin - [Plugin GTM](https://capgo.app/_llms-txt/plugin-gtm.txt): Google Tag Manager integration plugin - [Plugin RudderStack](https://capgo.app/_llms-txt/plugin-rudderstack.txt): RudderStack analytics and identity tracking plugin - [Plugin Health](https://capgo.app/_llms-txt/plugin-health.txt): health data access plugin for HealthKit and Google Fit - [Plugin Home Indicator](https://capgo.app/_llms-txt/plugin-home-indicator.txt): iOS home indicator visibility control plugin - [Plugin iBeacon](https://capgo.app/_llms-txt/plugin-ibeacon.txt): iBeacon proximity detection plugin - [Plugin InAppBrowser](https://capgo.app/_llms-txt/plugin-inappbrowser.txt): managed in-app browser plugin for Capacitor with native WebView layering, partial-screen browsers, private sessions, proxying, downloads, and app messaging - [Plugin In App Review](https://capgo.app/_llms-txt/plugin-in-app-review.txt): in-app review prompt plugin for app store ratings - [Plugin Incoming Call Kit](https://capgo.app/_llms-txt/plugin-incoming-call-kit.txt): native incoming call presentation with iOS CallKit and Android full-screen notifications - [Plugin Install Referrer](https://capgo.app/_llms-txt/plugin-install-referrer.txt): install attribution plugin for Google Play Install Referrer and Apple AdServices - [Plugin Intent Launcher](https://capgo.app/_llms-txt/plugin-intent-launcher.txt): Android intent launcher plugin - [Plugin Intercom](https://capgo.app/_llms-txt/plugin-intercom.txt): Intercom customer messaging and support plugin for native in-app chat - [Plugin Is Root](https://capgo.app/_llms-txt/plugin-is-root.txt): root/jailbreak detection plugin - [Plugin IVS Player](https://capgo.app/_llms-txt/plugin-ivs-player.txt): Amazon IVS video player plugin - [Plugin JW Player](https://capgo.app/_llms-txt/plugin-jw-player.txt): JW Player video integration plugin - [Plugin Keep Awake](https://capgo.app/_llms-txt/plugin-keep-awake.txt): screen wake lock plugin to prevent sleep - [Plugin Launch Navigator](https://capgo.app/_llms-txt/plugin-launch-navigator.txt): native maps navigation plugin - [Plugin Light Sensor](https://capgo.app/_llms-txt/plugin-light-sensor.txt): ambient light sensor plugin - [Plugin Live Activities](https://capgo.app/_llms-txt/plugin-live-activities.txt): iOS Live Activities and Dynamic Island plugin - [Plugin Live Reload](https://capgo.app/_llms-txt/plugin-live-reload.txt): development live reload plugin - [Plugin LLM](https://capgo.app/_llms-txt/plugin-llm.txt): on-device large language model plugin - [Plugin Media Session](https://capgo.app/_llms-txt/plugin-media-session.txt): media session and playback controls plugin - [Plugin MQTT](https://capgo.app/_llms-txt/plugin-mqtt.txt): MQTT publish/subscribe plugin for real-time communication - [Plugin Mute](https://capgo.app/_llms-txt/plugin-mute.txt): device mute state detection plugin - [Plugin Mux Player](https://capgo.app/_llms-txt/plugin-mux-player.txt): Mux video player integration plugin - [Plugin Native Audio](https://capgo.app/_llms-txt/plugin-native-audio.txt): native audio playback plugin - [Plugin Native Biometric](https://capgo.app/_llms-txt/plugin-native-biometric.txt): biometric authentication plugin for fingerprint and face ID - [Plugin Native Geocoder](https://capgo.app/_llms-txt/plugin-native-geocoder.txt): native geocoding plugin for address lookup - [Plugin Native Loader](https://capgo.app/_llms-txt/plugin-native-loader.txt): native animated loaders, transparent overlays, Lottie assets, and WebView resizing for Capacitor apps - [Plugin Native Market](https://capgo.app/_llms-txt/plugin-native-market.txt): app store deep linking plugin - [Plugin Native Navigation](https://capgo.app/_llms-txt/plugin-native-navigation.txt): native navbar, tabbar, and transition shell plugin for Capacitor WebView apps - [Plugin Network Diagnostics](https://capgo.app/_llms-txt/plugin-network-diagnostics.txt): native network diagnostics plugin for URL reachability, TCP ports, WebSocket handshakes, speed, and packet loss checks - [Plugin Notifications](https://capgo.app/_llms-txt/plugin-notifications.txt): native push notifications, badges, campaign stats, device lookup, and silent live-update checks - [Plugin Native Purchases](https://capgo.app/_llms-txt/plugin-native-purchases.txt): in-app purchases, subscriptions, paywalls, revenue playbook, and monetization plugin - [Plugin Navigation Bar](https://capgo.app/_llms-txt/plugin-navigation-bar.txt): Android navigation bar customization plugin - [Plugin NFC](https://capgo.app/_llms-txt/plugin-nfc.txt): NFC reading and writing plugin - [Plugin Pay](https://capgo.app/_llms-txt/plugin-pay.txt): Apple Pay and Google Pay integration plugin - [Plugin Passkey](https://capgo.app/_llms-txt/plugin-passkey.txt): browser-style WebAuthn passkey plugin that handles native calls and host patching - [Plugin Privacy Screen](https://capgo.app/_llms-txt/plugin-privacy-screen.txt): privacy screen plugin for hiding app content in system previews and screenshots - [Plugin Proximity](https://capgo.app/_llms-txt/plugin-proximity.txt): native proximity sensor plugin for face, hand, and surface detection - [Plugin PDF Generator](https://capgo.app/_llms-txt/plugin-pdf-generator.txt): PDF generation plugin - [Plugin Pedometer](https://capgo.app/_llms-txt/plugin-pedometer.txt): step counting pedometer plugin - [Plugin Persona](https://capgo.app/_llms-txt/plugin-persona.txt): Persona identity verification inquiry plugin - [Plugin Intune](https://capgo.app/_llms-txt/plugin-intune.txt): Microsoft Intune MAM and MSAL plugin - [Plugin Persistent Account](https://capgo.app/_llms-txt/plugin-persistent-account.txt): persistent account storage plugin - [Plugin Persistent UUID](https://capgo.app/_llms-txt/plugin-persistent-uuid.txt): persistent app-scoped UUID plugin - [Plugin Photo Library](https://capgo.app/_llms-txt/plugin-photo-library.txt): photo library access plugin - [Plugin Printer](https://capgo.app/_llms-txt/plugin-printer.txt): printing plugin for documents and images - [Plugin RealtimeKit](https://capgo.app/_llms-txt/plugin-realtimekit.txt): real-time communication plugin - [Plugin reCAPTCHA](https://capgo.app/_llms-txt/plugin-recaptcha.txt): Web reCAPTCHA, Web reCAPTCHA Enterprise, and native Enterprise mobile token plugin - [Plugin Verisoul](https://capgo.app/_llms-txt/plugin-verisoul.txt): native Verisoul fraud-prevention session plugin for Capacitor apps - [Plugin Ricoh 360 Camera](https://capgo.app/_llms-txt/plugin-ricoh-360-camera.txt): Ricoh 360 camera integration plugin - [Plugin Screen Orientation](https://capgo.app/_llms-txt/plugin-screen-orientation.txt): screen orientation control plugin - [Plugin Screen Recorder](https://capgo.app/_llms-txt/plugin-screen-recorder.txt): screen recording plugin - [Plugin Shake](https://capgo.app/_llms-txt/plugin-shake.txt): shake gesture detection plugin - [Plugin Share Target](https://capgo.app/_llms-txt/plugin-share-target.txt): share target plugin for receiving shared content - [Plugin SIM](https://capgo.app/_llms-txt/plugin-sim.txt): SIM card information plugin - [Plugin Social Login](https://capgo.app/_llms-txt/plugin-social-login.txt): social authentication plugin for Google, Apple, Facebook login - [Plugin Speech Recognition](https://capgo.app/_llms-txt/plugin-speech-recognition.txt): speech-to-text recognition plugin - [Plugin Stripe](https://capgo.app/_llms-txt/plugin-stripe.txt): Stripe Payment Sheet, Apple Pay, and Google Pay plugin - [Plugin Stripe Identity](https://capgo.app/_llms-txt/plugin-stripe-identity.txt): Stripe Identity verification plugin - [Plugin Stripe Terminal](https://capgo.app/_llms-txt/plugin-stripe-terminal.txt): Stripe Terminal in-person payments plugin - [Plugin Speech Synthesis](https://capgo.app/_llms-txt/plugin-speech-synthesis.txt): text-to-speech synthesis plugin - [Plugin SSL Pinning](https://capgo.app/_llms-txt/plugin-ssl-pinning.txt): certificate pinning plugin for CapacitorHttp requests - [Plugin StreamCall](https://capgo.app/_llms-txt/plugin-streamcall.txt): Stream video calling plugin - [Plugin Text Interaction](https://capgo.app/_llms-txt/plugin-text-interaction.txt): text selection and interaction plugin - [Plugin Transitions](https://capgo.app/_llms-txt/plugin-transitions.txt): framework-agnostic Ionic-style page transitions and iOS edge swipe-back gesture for Capacitor apps - [Plugin Twilio Video](https://capgo.app/_llms-txt/plugin-twilio-video.txt): Twilio Video room integration plugin - [Plugin Twilio Voice](https://capgo.app/_llms-txt/plugin-twilio-voice.txt): Twilio voice calling plugin - [Plugin Uploader](https://capgo.app/_llms-txt/plugin-uploader.txt): file upload plugin with background support - [Plugin Video Player](https://capgo.app/_llms-txt/plugin-video-player.txt): native video player plugin - [Plugin Video Thumbnails](https://capgo.app/_llms-txt/plugin-video-thumbnails.txt): video thumbnail generation plugin - [Plugin Volume Buttons](https://capgo.app/_llms-txt/plugin-volume-buttons.txt): volume button event detection plugin - [Plugin Watch](https://capgo.app/_llms-txt/plugin-watch.txt): Apple Watch and Wear OS integration plugin - [Plugin WeChat](https://capgo.app/_llms-txt/plugin-wechat.txt): WeChat integration plugin - [Plugin Webview Guardian](https://capgo.app/_llms-txt/plugin-webview-guardian.txt): webview security and protection plugin - [Plugin WebView Crash](https://capgo.app/_llms-txt/plugin-webview-crash.txt): recovered WebView crash detection plugin - [Plugin Webview Version Checker](https://capgo.app/_llms-txt/plugin-webview-version-checker.txt): Android WebView version validation plugin - [Plugin WiFi](https://capgo.app/_llms-txt/plugin-wifi.txt): WiFi network information plugin - [Plugin Widget Kit](https://capgo.app/_llms-txt/plugin-widget-kit.txt): WidgetKit and Live Activities template plugin - [Plugin Zebra DataWedge](https://capgo.app/_llms-txt/plugin-zebra-datawedge.txt): Zebra DataWedge plugin for barcode profiles, notifications, and scan intents - [Plugin YouTube Player](https://capgo.app/_llms-txt/plugin-youtube-player.txt): YouTube video player plugin - [Plugin Zip](https://capgo.app/_llms-txt/plugin-zip.txt): file compression and extraction plugin - [Plugin Firebase Analytics](https://capgo.app/_llms-txt/plugin-firebase-analytics.txt): Firebase Analytics integration plugin - [Plugin Firebase App](https://capgo.app/_llms-txt/plugin-firebase-app.txt): Firebase core app plugin - [Plugin Firebase App Check](https://capgo.app/_llms-txt/plugin-firebase-app-check.txt): Firebase App Check security plugin - [Plugin Firebase Authentication](https://capgo.app/_llms-txt/plugin-firebase-authentication.txt): Firebase Authentication plugin - [Plugin Firebase Crashlytics](https://capgo.app/_llms-txt/plugin-firebase-crashlytics.txt): Firebase Crashlytics crash reporting plugin - [Plugin Firebase Firestore](https://capgo.app/_llms-txt/plugin-firebase-firestore.txt): Firebase Firestore database plugin - [Plugin Firebase Functions](https://capgo.app/_llms-txt/plugin-firebase-functions.txt): Firebase Cloud Functions plugin - [Plugin Firebase Messaging](https://capgo.app/_llms-txt/plugin-firebase-messaging.txt): Firebase Cloud Messaging push notifications plugin - [Plugin Firebase Performance](https://capgo.app/_llms-txt/plugin-firebase-performance.txt): Firebase Performance Monitoring plugin - [Plugin Firebase Remote Config](https://capgo.app/_llms-txt/plugin-firebase-remote-config.txt): Firebase Remote Config plugin - [Plugin Firebase Storage](https://capgo.app/_llms-txt/plugin-firebase-storage.txt): Firebase Cloud Storage plugin ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation