# app:create Last edited on 28 Aug 2025 ## Scope Summary Create App Platform apps ## Required Scopes To add a scope to an API token, you must also add its required scopes. For example, to add a non-read scope for a resource type, you must also add the read scope for that resource type. The following scopes are required for `app:create`: | Scope | Description | |---|---| | [`app:read`](../../app/read) | View App Platform apps | | [`regions:read`](../../regions/read) | View data center regions | | [`sizes:read`](../../sizes/read) | View Droplet plan sizes | | [`actions:read`](../../actions/read) | View events of shared resources that have occurred in the current team | ## Associated Scopes Associated scopes are not required, but they support full functionality of the scope they’re associated with. For example, to create a Droplet, you need `droplet:create`. To tag a Droplet during creation, you additionally need `tag:create`, so `tag:create` is listed as an associated scope for `droplet:create`. The following scopes are associated with `app:create`: | Scope | Description | |---|---| | [`app:access_console`](../../app/access_console) | Access console of App Platform apps | | [`database:create`](../../database/create) | Create Managed Databases | | [`database:update`](../../database/update) | Update Managed Databases | | [`database:view_credentials`](../../database/view_credentials) | View Databases Credentials | | [`project:update`](../../project/update) | Modify projects | | [`registry:read`](../../registry/read) | View container registries | | [`registry:create`](../../registry/create) | Create container registries | | [`function:read`](../../function/read) | View Serverless function namespaces and triggers | | [`function:create`](../../function/create) | Create Serverless function namespaces and triggers |