Base URL
ARDENT_TOKEN.
Authentication
Pass an API token with each request:Resource model
- Organization: your team and billing/security boundary.
- Project: a workspace for related connectors and branches.
- Connector: one Postgres source server that Ardent can replicate and branch.
- Branch: an isolated database created from a connector.
A minimal API flow
- List or create a project.
- Preflight a Postgres source.
- Create a connector after preflight passes.
- Create a branch from the connector — this returns an operation ID.
- Poll the operation; when it completes,
result.branch_urlis the connection string for your app, test runner, or agent.
service_type is postgres — not the connector type postgresql. The create call returns 202 Accepted with an operation_id — see Branches for the full flow.