# AppScore > Multi-tenant core for managing your company's mobile applications and their > subscriptions across the Apple App Store and Google Play, with a full REST API, > an admin panel, and standards-compliant store integrations > (App Store Server API & Notifications V2, Google Play Developer API & RTDN). AppScore lets an AI agent provision and operate everything with a single API token: create apps, products, entitlements, offerings and packages; read customers, subscriptions and events; and wire up store server notifications and webhooks. ## Docs - [Full API reference (LLM)](https://appscore.aramin.co/llms-full.txt): complete, self-contained guide - [OpenAPI 3.1 spec](https://appscore.aramin.co/openapi.json): machine-readable specification - [Interactive API docs](https://appscore.aramin.co/docs): Scalar UI ## Key endpoints - POST https://appscore.aramin.co/api/v1/auth/register — create account + workspace, get token - POST https://appscore.aramin.co/api/v1/bootstrap — idempotently provision an app + catalog - GET https://appscore.aramin.co/api/v1/apps — list apps - GET https://appscore.aramin.co/api/v1/apps/{app}/subscriptions — subscription state - GET https://appscore.aramin.co/api/v1/client/subscribers/{app_user_id} — subscriber info (SDK) ## Auth Bearer token in `Authorization` header. Use `X-Tenant: ` to pick a workspace.