The assistant reads your docs. AI Actions let it read your APIs too.
Register your own endpoints — order lookups, subscription changes, refund issuance, status checks — and BeforeQuery calls them from chat when a question needs a real answer, not a documented one. Every action runs under an approval rule you define, so nothing sensitive ships without a human in the loop.
What AI Actions do
Turn 'what's my order status?' into a real answer — with an audit trail and approval gates for anything that changes state
Callable Functions
- Register REST or webhook endpoints as callable actions
- JSON schema per action defines inputs and outputs the model must fill
- Actions can be read (lookup / status) or write (refund / update)
- Called only when the retrieval + reasoning path decides they're relevant
- Every invocation logged with inputs, outputs, and the message it answered
Approval Rules
- Auto-approve rules for safe read-only actions (status, lookup)
- Human-approval queue for write actions (refund, subscription change)
- Per-action or per-KB approval rules; policy travels with the action
- Approve, reject, or edit-then-approve from the dashboard queue
- SLA on pending approvals reported in analytics
Safety & Audit
- Every invocation is a trace — inputs, retrieved context, outputs, and the deciding turn
- PII masking still runs before the model sees anything
- Actions inherit workspace and per-KB permissions
- Rate limits per action to bound blast radius
- Revoke an action to cut off any future call instantly
'The status is delivered' beats 'here's how to check'
Docs can tell a customer how to look up their order. An action can look it up for them. The first is a Q&A assistant; the second is a support agent that saves the ticket. AI Actions turns your APIs into tools the assistant can reach for — with an approval policy for anything that mutates state, so the safety story stays intact.
- Answer questions from your APIs, not just your docs
- Approval rules distinguish 'safe to run' from 'needs a human'
- Every action call is auditable via traces and the invocation log
- Works inside chat, Support Ticket AI drafts, and agent workflows
- Enterprise plans add SLA on approval queues and dedicated review roles
Deployed in production, cited by the buyers who chose it
“Deployed on our docs site in an afternoon. Every answer has citations, and the abstention gate means we've never had a customer complain about a made-up answer.”
“The knowledge base connected to our Slack, Confluence, and helpdesk in one setup. On-call teams get the same cited answer whether they ask in chat, in the widget, or from Cursor.”
“The gap analytics turned into a real docs backlog. Deflection went up because we finally knew which pages were missing — the AI told us.”
Frequently Asked Questions
Common questions about AI Actions
Give the assistant your APIs, not just your docs
Register your first action in the dashboard and set an approval rule. The assistant reaches for it the moment retrieval decides it's the right tool.
Get Started Free