API Reference
Complete REST API documentation for the Agentidoo Agent Protocol v1 (AAP v1). All API endpoints require authentication and are served from the API subdomain.
Authentication
All /api/v1/* endpoints require a Bearer token in the Authorization header.
Tokens are issued via OIDC login through the dashboard, or you can use an API key
generated from your account settings.
Identity & Capabilities
Retrieve and update the authenticated user's profile and workspace information.
Chat Sessions
Create and manage AI chat sessions. Each session maintains its own conversation history and can stream real-time responses via Server-Sent Events (SSE).
Odoo Connection
Configure and test the connection between Agentidoo and your Odoo instance.
Tool Validation
Server-side validation for agent-proposed actions. Before the agent executes a frontend action or renders an owlet widget, it submits the payload here for schema and permission validation.
Automations
Schedule and manage recurring agent jobs. Automations run on a cron schedule or can be triggered manually.
Billing
Manage subscription, credits, and payment methods via Stripe integration.
API Keys
Manage API keys for programmatic access to the Agentidoo API.
Webhooks
Inbound webhook endpoints (no authentication required).
Getting Started
Step-by-step guide to install Agentidoo in your Odoo instance and configure your first AI agent.
Coming SoonOdoo Module Installation
Detailed installation instructions for Odoo 17, 18, and 19 (Community and Enterprise editions).
Coming SoonNeed Help?
Our support team is available to help with installation, configuration, and API integration.
Contact Support