AI Assistant
Conto AI is a conversational assistant built into the dashboard that lets you manage your entire agent payment infrastructure using natural language. Instead of navigating forms and tables, you can type what you want and the assistant handles the rest.Opening the Assistant
There are three ways to open the assistant panel:- Floating button — Click the purple sparkle button in the bottom-right corner of any dashboard page
- Sidebar link — Click “Assistant” in the left navigation sidebar
- Keyboard shortcut — Press
Cmd+J(Mac) orCtrl+J(Windows/Linux) from any page
What You Can Do
The assistant has 42 tools across 7 categories, giving you full control over your Conto setup through conversation.Query Data
Ask questions about your organization’s state:Manage Agents
Create, configure, and control agents:Configure Wallets
Create wallets and manage spend limits:Create Policies
Describe rules in plain English and the assistant translates them into the correct policy type and rules:policyType, ruleType, operator, and action from your description. If your description is ambiguous, it will ask for clarification.
Manage Counterparties
Track vendors and manage trust:Handle Approvals
Review and act on pending approval requests:Bulk Operations
Act on multiple entities at once:Detect Anomalies
Proactive risk analysis:Confirmation for Dangerous Actions
The assistant won’t silently execute high-impact actions. Depending on the risk level, you’ll see an inline confirmation card before the action proceeds.Destructive Actions (Red)
These require explicit confirmation with details about the impact:- Deleting an agent or policy
- All bulk operations (pause all agents, assign policy to all, etc.)
High-Impact Actions (Amber)
These show a confirmation with a single “Confirm” button:- Suspending an agent
- Freezing a wallet
- Blocking a counterparty
- Approving or denying payment requests
- Generating SDK keys
- Unlinking wallets or removing policies
Preview Actions (Green)
Creation tools show a preview card of what will be created — informational, not blocking:- Creating agents, wallets, policies, counterparties
- Linking wallets to agents
- Assigning policies
- Updating spend limits (shows before/after)
How It Works
The assistant uses Claude (Anthropic) with a set of tools that directly interface with Conto’s database. When you send a message:- Your message is sent to the streaming endpoint
- Claude analyzes your intent and selects the appropriate tool(s)
- Tools execute against your organization’s data (respecting permissions)
- Results stream back in real-time with progress indicators
- Claude summarizes the results in natural language
source: "AI Assistant".
Limitations
- Authentication required — The assistant only works for logged-in dashboard users. It cannot be accessed via API or SDK.
- Organization-scoped — All operations are restricted to your current organization. You cannot query or modify data in other organizations.
- No blockchain execution — The assistant can create wallets and manage configurations, but it does not execute onchain transactions directly. Payment execution still happens through the SDK flow.
- Rate limited — 30 messages per minute per user. If you hit the limit, wait a moment and retry.
- Message length — Individual messages are limited to 4,096 characters.
- Session persistence — Conversation history is stored in your browser’s localStorage and persists across page navigations and tab closures. Clearing browser data clears the history.
- No file uploads — The assistant works with text only. You cannot upload CSVs or documents.
- Policy inference — While the assistant is good at translating natural language to policies, complex multi-rule policies may need adjustment. Always review created policies in the Policies page.
Tips
- Be specific — “Create an agent called Research Bot of type Anthropic Claude” works better than “make an agent.”
- Reference by name — “Pause the Marketing Agent” is clearer than “pause agent clxyz123.” The assistant searches by name.
- Ask for help — “What can you do?” or “How do I set up a spending limit?” and the assistant will guide you.
- Review after bulk ops — After bulk operations, check the affected entities in the dashboard to verify the changes.
- Use Cmd+J — The keyboard shortcut is the fastest way to toggle the assistant from any page.