O
OrgvatarREST API v1

Orgvatar REST API v1

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.

Quick Start

  1. 1Generate an API key from your API Keys dashboard.
  2. 2Store it as ORGAVA_API_KEY in your environment variables.
  3. 3Add Authorization: Bearer YOUR_API_KEY to all authenticated requests.
  4. 4Call GET /api/v1/health to verify connectivity.

Base URL

Base URL
https://orgvatar.ai/api/v1

Authentication

All authenticated endpoints require a Bearer token in the Authorization header. Keys are prefixed with orgvatar_ and scoped to a single startup and tier.

Header
Authorization: Bearer orgvatar_your_api_key_here

Tier Access

TierV-AvatarsDepartments
StarterAva, Marcus, Sofia, Alex, Priya (COO), Sam, Jordan, LiamHR, Finance, Marketing, Technology, Operations
GrowthAll Starter + James, Nina, Ravi, Aria, David, Diego, Zoe, Kai, Maya, Priya (AI)+ Legal, Finance Ops, Demand Gen, Customer Success
ProFull team of 20 V-Avatars+ Strategy & Governance (Dr. Lena Fischer, The Board Room)

Endpoints

Integration Guides

Yassu.ai

Yassu.ai Integration

Embed Orgvatar's V-Avatar consultations as a native feature within the Yassu platform. Users can access their virtual team without leaving Yassu.

  1. 1. Generate a Growth-tier API key for Yassu.ai
  2. 2. Sync user startup profiles via POST /startups/profile
  3. 3. Render avatar list with GET /avatars
  4. 4. Proxy consultation messages via POST /consultations/:id/message
2percent.ai

2percent.ai Integration

Add 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.

  1. 1. Generate a Pro-tier API key for 2percent.ai
  2. 2. Use POST /consultations/start with the relevant avatar
  3. 3. Stream responses back to your UI
  4. 4. Retrieve documents via GET /documents/:id/download

Error Codes

HTTP StatusError CodeDescription
401unauthorizedMissing or invalid API key
403forbiddenKey doesn't have access to this resource or tier
404not_foundResource doesn't exist
400bad_requestMissing or invalid request parameters
429rate_limitedToo many requests — back off and retry
500internal_errorServer error — contact support
503service_unavailableDatabase temporarily unavailable

Orgvatar REST API v1 · For integration support, contact the Orgvatar team.