Avarra website screenshot

Avarra

Avarra is an AI-powered sales training and enablement platform, operated by Ramp Systems, Inc., that helps revenue teams onboard, coach, and certify sales representatives at scale. The platform turns real sales conversations into AI-avatar role-play simulations delivered over Zoom, gives reps unlimited practice reps with instant coaching feedback, standardizes sales methodology across teams and regions, and reports certification and performance analytics through manager dashboards. Its workflow moves through five stages: Capture, Train, Practice, Certify, and Performance Insights, with the stated goal of cutting new-hire ramp time in half. Avarra is a Lightspeed Venture Partners portfolio company that exited stealth with $8M in seed funding. Avarra runs a production API at api.avarra.ai that publishes RFC 8414 OAuth 2.0 authorization server metadata and an RFC 7517 JWKS anonymously, but the entire /v1 resource surface is closed behind OAuth 2.0 client-credentials access and the company publishes no OpenAPI, developer portal, API reference, SDKs, or pricing.

Avarra publishes 1 API on the APIs.io network. Tagged areas include Company, Sales Enablement, Sales Training, AI, and Coaching.

Avarra’s developer surface includes signup flow, support, engineering blog, authentication, and 14 more developer resources.

24.2/100 emerging ▲ 12.0 Agent 16/100 agent aware Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
1 APIs
CompanySales EnablementSales TrainingAICoachingRole-Play SimulationRevenue OperationsOnboardingSales ReadinessConversation Intelligence

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 24.2/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 3.5 / 20
Commercial Clarity 8.4 / 20
Operational Transparency 2.1 / 13
Governance 1.5 / 12
Discoverability 8.7 / 10
Agent readiness — 16/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/avarra: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Avarra API

The production Avarra API, served from api.avarra.ai behind an AWS application load balancer. Every path under /v1/ is protected and returns a JSON 401 envelope without a bearer...

Pricing Plans 1

Published pricing tiers and plan structures.

Avarra Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Avarra Rate Limits

0 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Avarra Authentication

oauth2 · 1 scheme

SECURITY

Avarra Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: avarra
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/avarra.png
name: Avarra
description: 'Avarra is an AI-powered sales training and enablement platform, operated by Ramp Systems, Inc., that helps revenue
  teams onboard, coach, and certify sales representatives at scale. The platform turns real sales conversations into AI-avatar
  role-play simulations delivered over Zoom, gives reps unlimited practice reps with instant coaching feedback, standardizes
  sales methodology across teams and regions, and reports certification and performance analytics through manager dashboards.
  Its workflow moves through five stages: Capture, Train, Practice, Certify, and Performance Insights, with the stated goal
  of cutting new-hire ramp time in half. Avarra is a Lightspeed Venture Partners portfolio company that exited stealth with
  $8M in seed funding. Avarra runs a production API at api.avarra.ai that publishes RFC 8414 OAuth 2.0 authorization server
  metadata and an RFC 7517 JWKS anonymously, but the entire /v1 resource surface is closed behind OAuth 2.0 client-credentials
  access and the company publishes no OpenAPI, developer portal, API reference, SDKs, or pricing.'
url: https://raw.githubusercontent.com/api-evangelist/avarra/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- lightspeed-venture-partners
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-08-14'
tags:
- Company
- Sales Enablement
- Sales Training
- AI
- Coaching
- Role-Play Simulation
- Revenue Operations
- Onboarding
- Sales Readiness
- Conversation Intelligence
apis:
- aid: avarra-api
  name: Avarra API
  description: The production Avarra API, served from api.avarra.ai behind an AWS application load balancer. Every path under
    /v1/ is protected and returns a JSON 401 envelope without a bearer token; tokens are issued from /oauth/token using the
    OAuth 2.0 client_credentials grant with client_secret_basic or client_secret_post client authentication. The authorization
    server advertises itself through RFC 8414 metadata at /.well-known/oauth-authorization-server and publishes its signing
    keys at /.well-known/jwks.json, both anonymously. An anonymous /health endpoint returns {"status":"ok"}. Avarra publishes
    no OpenAPI, no API reference and no developer documentation, so the operation surface behind the auth wall is not publicly
    described; access is granted through a commercial relationship rather than self-serve signup.
  humanURL: https://www.avarra.ai/product
  baseURL: https://api.avarra.ai
  tags:
  - Sales Enablement
  - Sales Training
  - AI
  properties:
  - type: Authentication
    url: authentication/avarra-authentication.yml
  - type: WellKnown
    url: well-known/avarra-well-known.yml
  - type: Conventions
    url: conventions/avarra-conventions.yml
  - type: ErrorCatalog
    url: errors/avarra-problem-types.yml
common:
- type: DomainSecurity
  url: security/avarra-domain-security.yml
- type: Website
  url: https://www.avarra.ai
- type: SignUp
  url: https://www.avarra.ai/request-a-demo
- type: Support
  url: mailto:support@avarra.ai
- type: PrivacyPolicy
  url: https://www.avarra.ai/legal/privacy-policy
- type: Compliance
  url: https://www.avarra.ai/product
- type: TermsOfService
  url: https://www.avarra.ai/msa
- type: Blog
  url: https://www.avarra.ai/blog
- type: StatusPage
  url: https://status.avarra.ai
- type: Authentication
  url: authentication/avarra-authentication.yml
- type: WellKnown
  url: well-known/avarra-well-known.yml
- type: Conventions
  url: conventions/avarra-conventions.yml
- type: ErrorCatalog
  url: errors/avarra-problem-types.yml
- type: Lifecycle
  url: lifecycle/avarra-lifecycle.yml
- type: Conformance
  url: conformance/avarra-conformance.yml
- type: Plans
  url: plans/avarra-plans-pricing.yml
- type: RateLimits
  url: rate-limits/avarra-rate-limits.yml
- type: LLMsTxt
  url: llms/avarra-llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-08-14'
  status: enriched
  artifacts_added: 11
  pass: local-v1
x-contract-discovery:
  checked: '2026-08-14'
  finding: The prior profile recorded "no public developer API"; that was wrong. api.avarra.ai is a live first-party API host
    that serves RFC 8414 OAuth authorization server metadata and an RFC 7517 JWKS anonymously, while every /v1 resource path
    returns a JSON 401 and every unrouted path is refused by the AWS load balancer with a plain-text 403. No OpenAPI, GraphQL
    SDL, MCP server or A2A agent card is reachable on any Avarra host, and none is published elsewhere.
  probes:
  - url: https://api.avarra.ai/.well-known/oauth-authorization-server
    status: 200
  - url: https://api.avarra.ai/.well-known/jwks.json
    status: 200
  - url: https://api.avarra.ai/health
    status: 200
  - url: https://api.avarra.ai/v1/openapi.json
    status: 401
  - url: https://api.avarra.ai/openapi.json
    status: 403
  - url: https://api.avarra.ai/graphql
    status: 403
  - url: https://api.avarra.ai/mcp
    status: 403
  - url: https://api.avarra.ai/.well-known/agent-card.json
    status: 404
  - url: https://www.avarra.ai/.well-known/agent-card.json
    status: 404
  - url: https://www.avarra.ai/llms.txt
    status: 404
  - url: https://app.avarra.ai/.well-known/agent.json
    status: 404