Skip to main content
POST
/
internal
/
preview
/
create-project
Create a preview project
curl --request POST \
  --url https://api.stack-auth.com/api/v1/internal/preview/create-project \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "project_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response

project_id
string
required