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.
- Use the returned
connection_uri(or the discretehost/port/username/password/databasefields) in your app, test runner, or agent.
service_type is postgres. Connector creation uses the connector type postgresql; branch creation uses the shorter branch service type.