Connect AppActor to your AI client
AppActor runs a remote MCP server, so an assistant can read your workspace and change your catalog directly instead of being told about it. Both clients below install from the same place, appactor/appactor-aikit, which carries the server connection and the skills together./mcp, pick appactor, and choose Authenticate if you are
not prompted on the first tool call. Codex signs in as part of mcp login.
Any other MCP client can take the server URL on its own:
get_workspace, get_app_setup, query_analytics, get_catalog,
get_subscriber, get_config, get_audit_log. Write tools:
manage_products, manage_entitlements, manage_offerings, manage_packages,
manage_remote_config, manage_experiments, create_project, create_app.
Deletion, entitlement detach, credential handling, and key rotation are
intentionally unavailable to AI clients and stay in the dashboard.
Skills
Installing the plugin adds skills for the Flutter, iOS, Android, and React Native SDKs, plus paywall and catalog modelling, remote config and experiments, and troubleshooting. Claude Code and Codex both read them. The SDK skills are written from the SDK sources, so signatures, enum cases, error codes, and ordering constraints match the code rather than a summary of it. Registering only the server URL gives you the tools without the skills.Recommended context path
For SDK implementation questions, load:- How AppActor Works
- Project and Store Setup
- Catalog Setup
- Server Notifications
- Outbound Webhooks, if the user’s backend reacts asynchronously
- Entitlements
- Products and Packages
- Offerings
- Displaying Products
- Making Purchases
- Trusted Entitlements
- the relevant SDK installation and quickstart page
- the matching lifecycle, purchase, and recovery pages
Machine-readable index
Mintlify serves/llms.txt and /llms-full.txt for this site. Point a crawler
or an agent at those rather than scraping the rendered pages.