The Orgvatar REST API lets you embed the full V-Avatar consultation experience into your platform. Built for platform integrators like Yassu.ai and 2percent.ai.
ORGAVA_API_KEY in your environment variables.Authorization: Bearer YOUR_API_KEY to all authenticated requests.GET /api/v1/health to verify connectivity.https://orgvatar.ai/api/v1All authenticated endpoints require a Bearer token in the Authorization header. Keys are prefixed with orgvatar_ and scoped to a single startup and tier.
Authorization: Bearer orgvatar_your_api_key_here| Tier | V-Avatars | Departments |
|---|---|---|
| Starter | Ava, Marcus, Sofia, Alex, Priya (COO), Sam, Jordan, Liam | HR, Finance, Marketing, Technology, Operations |
| Growth | All Starter + James, Nina, Ravi, Aria, David, Diego, Zoe, Kai, Maya, Priya (AI) | + Legal, Finance Ops, Demand Gen, Customer Success |
| Pro | Full team of 20 V-Avatars | + Strategy & Governance (Dr. Lena Fischer, The Board Room) |
Embed Orgvatar's V-Avatar consultations as a native feature within the Yassu platform. Users can access their virtual team without leaving Yassu.
POST /startups/profileGET /avatarsPOST /consultations/:id/messageAdd Orgvatar's virtual executive team as a value-add for 2percent.ai users. Founders get access to their V-Avatars directly within the 2percent.ai workflow.
POST /consultations/start with the relevant avatarGET /documents/:id/download| HTTP Status | Error Code | Description |
|---|---|---|
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | Key doesn't have access to this resource or tier |
| 404 | not_found | Resource doesn't exist |
| 400 | bad_request | Missing or invalid request parameters |
| 429 | rate_limited | Too many requests — back off and retry |
| 500 | internal_error | Server error — contact support |
| 503 | service_unavailable | Database temporarily unavailable |
Orgvatar REST API v1 · For integration support, contact the Orgvatar team.