202 Accepted while Plangrep completes the underlying infrastructure setup in the background. Do not create jobs against a project until its status is ready.
Authentication
Include your API key asAuthorization: Bearer YOUR_API_KEY in the request headers.
Endpoint
Request Body
A human-readable name for the project. Maximum 180 characters. Must be unique within your organization.
Example Request
Response Fields
The endpoint returns202 Accepted with the following body.
The newly created project object.
Billing summary for the project provisioning operation.
Example Response
Project creation takes 1–2 minutes. After receiving the
202 response, poll GET /api/open/v1/projects/{projectId} every 10 seconds until status equals "ready". If the project has not reached ready after 5 minutes, treat it as a provisioning failure and contact support. Only create jobs once the project status is ready.