Create projects_
Provision Appwrite projects for customers using the Console Project API and organization API keys.
1 min read
Create a project
After creation
- Store
project.$idandregionin your platform database - Create a project API key with scopes for the services you manage
- Register platforms if the customer uses client SDKs
- 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.
Related
Was this page helpful?
Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.