cURL
curl --request POST \ --url https://api.specular.dev/branches/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "projectId": "<string>", "git": { "branch": "<string>" } } '
{ "branch": { "id": "<string>", "projectId": "<string>", "name": "<string>", "state": "idle", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "mcpUrl": "<string>", "appUrl": "<string>" } }
Bearer authentication with API key (format: Bearer sk_xxx)
Branch name
Project ID
Git configuration (required if project has custom git)
Show child attributes
Branch created successfully