Applies to:
- Plan:
- Deployment:
Summary
Goal: Configure API endpoint URLs for self-hosted data plane deployments with CloudFront. Features: Self-hosted data plane API endpoints, multi-region deployment configuration.Configuration Steps
Step 1: Locate Data Plane API URL
Navigate to Settings > Data plane > API URL in the Braintrust UI to find your deployment’s API endpoint.Step 2: Verify URL Format
CloudFront-based data plane URLs follow this structure:/v1/project_automation, not https://api.*******.cloudfront.net.
Step 3: Configure Multi-Region Access
For deployments with multiple regional data planes, configure your scripts to call each regional CloudFront endpoint separately.Step 4: Test Endpoint Connectivity
Verify each endpoint is accessible and returns expected responses before deploying automation scripts.Important Notes
- Each deployment has its own API server that redirects to the respective data plane
- Organizations in different deployments cannot access each other’s projects across API URLs
- Always use the exact URL displayed in Settings rather than assuming a pattern