Every time Autopilot's AI agent reacts to a webhook — labeling an issue, validating a PR title, populating a project field — it creates a session. Sessions give you a full audit trail of what the agent did and why.
The Sessions page lists recent agent runs across all your repositories, newest first, with cursor-based pagination. Each row shows:
issue.opened, pull_request.opened, check_run.completed).Click any row to drill into the session detail page.
The detail view shows the agent's full message thread: tool calls it made (e.g. fetching repo labels, opening sub-issues), the responses it got from GitHub, and the final actions it took. You can use this to:
Free accounts get 50 agent sessions per month. Plus accounts get 1,000. Usage resets at the start of each billing cycle and is visible from Settings → Billing.
When you hit your quota the agent will skip new events for the rest of the period rather than fail loudly. Upgrade to keep automations running.