Connect AI documentation · Full API reference & configuration details

Audit & observability

Once an agent is in production, you'll need to answer two questions on demand: what did the agent query? and what did it do? Connect AI logs every query, mutation, and tool call against your workspace, with the requesting user, timestamp, source, and statement. Pipe these into your existing observability stack, or query them directly via the Audit API.

Tie audit entries back to your agent's session ID by setting it as the application name on the connection string; it'll appear on every log line for that session.

References: Audit API for programmatic access, and Logs for the UI and retention details.

Connect AI documentation

Full API reference, authentication guides, and configuration details.

View docs