Docs
Skip to content

Project

Create projects_

Provision Appwrite projects for customers using the Console Project API and organization API keys.

1 min read

Raw

Create a project

After creation

  1. Store project.$id and region in your platform database
  2. Create a project API key with scopes for the services you manage
  3. Register platforms if the customer uses client SDKs
  4. Initialize the project SDK with the regional endpoint for resource APIs

Idempotency

Use a deterministic custom project ID or store provisioning state so retries do not create duplicate projects for the same customer.

Was this page helpful?

Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.