Endpoints
Branch deletion is CLI-only today:
ardent branch delete. Switching (ardent branch switch) is a CLI concept — the API has no notion of a current branch.
Client TLS settings for branch connections
Client TLS settings for branch connections
Branch connections go through Ardent’s routing layer, where TLS ends. Configure SQL clients and IDEs accordingly:
- Set SSL mode to
require. This encrypts the connection; without a custom root certificate it does not validate a CA chain. - Leave root certificate, CA bundle, and
sslrootcertfields blank. A source database CA bundle can’t verify the routing host and causes TLS errors. - Keep
channel_binding=disable. Clients that force channel binding reject valid branch connections.
Naming guidance
Use names that are unique, readable, and safe to clean up automatically:pr-123-456789agent-fix-login-20260601migration-add-index-smoke-test