Project API_
Use the Appwrite Console Project API to create and manage projects for your customers from a partner platform.
1 min read
The Project API (sdk.forConsole.projects) creates and configures Appwrite projects inside an organization. Each customer workspace in your platform typically maps to one project.
Initialize the Project service
Project lifecycle
| Stage | Console API | Next step |
|---|---|---|
| Create | projects.create | Store projectId and region |
| Configure | projects.update, platforms, webhooks | Set URLs and integration settings |
| Operate | Project SDK + project API key | Manage databases, storage, functions |
| Retire | projects.delete | Remove customer mapping after backup |
Regions
Pass the target region when creating a project so project SDK calls use the correct regional endpoint. See Regions.
Next steps
Was this page helpful?
Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.