Creates a new project within the user’s organization (determined from JWT claims). The project is automatically linked to the organization and default project groups receive permissions. A UUID will be generated for the project ID unless external_id is provided.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for creating a project.
Display name of the project
External identifier for the project (e.g., for integration with external systems)
Optional description of the project's purpose
Type of project (e.g., 'analytics', 'ml', 'data-pipeline')
Successful Response
Response body for a newly created project.
Unique identifier of the created project
External identifier for the project
Display name of the project
ID of the organization this project belongs to
Timestamp when the project was created