Create a new project
Creates a new project within the specified organization. Projects serve as containers for packages and provide a logical grouping for related data models.
Authorization: Requires organization admin permissions. Validation: Project names must be unique within the organization. Side Effects: Creates default project permissions and initializes project structure.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Body
Represents a project entity that serves as a container for packages and related resources
The unique name of the project within its organization
^[a-zA-Z0-9_-]+$Markdown-formatted documentation describing the project's purpose and contents
ISO 8601 timestamp indicating when the project was created
ISO 8601 timestamp indicating when the project was last modified
Number of replicas for high availability and performance
1 <= x <= 10Response
Project created successfully
Represents a project entity that serves as a container for packages and related resources
The unique name of the project within its organization
^[a-zA-Z0-9_-]+$Markdown-formatted documentation describing the project's purpose and contents
ISO 8601 timestamp indicating when the project was created
ISO 8601 timestamp indicating when the project was last modified
Number of replicas for high availability and performance
1 <= x <= 10