Create database branch
Creates a new branch from the specified parent branch (or default ‘main’ branch). Branches provide instant point-in-time clones of your database for isolated development, staging, testing, or feature work. Perfect for testing schema changes, running migrations safely, or creating ephemeral preview environments.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key starting with sk_case_
Path Parameters
Database project ID
Body
application/json
Response
Branch created successfully
Previous
Get connection stringRetrieves the PostgreSQL connection URI for a database project. Supports selecting specific branches and pooled vs direct connections. Connection strings include credentials and should be stored securely. Use for configuring applications and deployment environments.
Next

