Creates a new project within an organization.
curl --request POST \
--url https://api.strait.dev/v1/projects \
--header 'Content-Type: application/json' \
--header 'X-Internal-Secret: <api-key>' \
--data '
{
"id": "<string>",
"name": "<string>",
"org_id": "<string>"
}
'{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"org_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"$schema": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
Internal service-to-service authentication
curl --request POST \
--url https://api.strait.dev/v1/projects \
--header 'Content-Type: application/json' \
--header 'X-Internal-Secret: <api-key>' \
--data '
{
"id": "<string>",
"name": "<string>",
"org_id": "<string>"
}
'{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"org_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"$schema": "<string>"
}