Projects
Projects API
Create, list, update, and delete Ardent projects
Projects organize related connectors and branches inside an organization. Most teams create one project per application or environment family.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create, list, update, and delete Ardent projects
| Method | Path | Description |
|---|---|---|
POST | /v1/projects | Create a project |
GET | /v1/projects | List projects visible to the token |
GET | /v1/projects/{project_id} | Get one project |
PATCH | /v1/projects/{project_id} | Rename a project |
DELETE | /v1/projects/{project_id} | Delete a project |