Amigo

Amigo is a healthcare AI platform for building, training, and deploying clinical agents across voice and text channels. Built on an event-sourced data foundation that unifies messy healthcare data, it pairs a multi-channel reasoning engine with EHR/FHIR connectors, operator workflows, and a simulation-first "Digital Residency" training model. Amigo ships two public REST APIs — the Classic API (organization-scoped JWT, text-first digital-health apps) and the Platform API (workspace-scoped API keys and OAuth2, enterprise voice and healthcare operations) — plus official Python and TypeScript SDKs, the Agent Forge CLI, webhooks, and a workspace-scoped MCP server. Enterprise security is SOC 2 Type II, HIPAA, HITRUST, and GDPR aligned with multi-region data residency. Amigo is a General Catalyst AI portfolio company.

Amigo publishes 2 APIs on the APIs.io network: Classic API and Platform API. Tagged areas include Company, Ai, Healthcare, AI Agents, and Voice.

The Amigo catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Amigo’s developer surface includes authentication, documentation, API reference, getting-started guide, engineering blog, support, pricing, and 27 more developer resources.

51.9/100 developing Agent 84/100 agent native Full breakdown ↓
scored 2026-07-20 · rubric v0.4
2 APIs 1 MCP Servers 0 Features
CompanyAiHealthcareAI AgentsVoiceClinicalConversational AIFHIREHRHIPAA

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 51.9/100 · developing
Contract Quality 9.4 / 25
Developer Ergonomics 17.4 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 3.8 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 84/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
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/amigo: 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

Amigo Classic API

Organization-scoped, text-first digital-health API for agents, services, conversations, tools, simulations, users, and webhooks. Organization-scoped JWT bearer auth, regional ba...

Amigo Platform API

Workspace-scoped management API for enterprise voice and healthcare operations — workspaces, agents, skills, services, calls, sessions, integrations, FHIR, analytics, and safety...

MCP Servers

amigo-mcp.yml

MCP SERVER

Event Specifications

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 6

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: amigo
name: Amigo
description: Amigo is a healthcare AI platform for building, training, and deploying clinical agents across voice and text
  channels. Built on an event-sourced data foundation that unifies messy healthcare data, it pairs a multi-channel reasoning
  engine with EHR/FHIR connectors, operator workflows, and a simulation-first "Digital Residency" training model. Amigo ships
  two public REST APIs — the Classic API (organization-scoped JWT, text-first digital-health apps) and the Platform API (workspace-scoped
  API keys and OAuth2, enterprise voice and healthcare operations) — plus official Python and TypeScript SDKs, the Agent Forge
  CLI, webhooks, and a workspace-scoped MCP server. Enterprise security is SOC 2 Type II, HIPAA, HITRUST, and GDPR aligned
  with multi-region data residency. Amigo is a General Catalyst AI portfolio company.
url: https://raw.githubusercontent.com/api-evangelist/amigo/refs/heads/main/apis.yml
x-type: company
x-source: general-catalyst-portfolio
x-tier: enriched
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
image: https://amigo.ai/images/og-image-1200x630.jpg
created: '2026-07-17'
modified: '2026-07-17'
tags:
- Company
- Ai
- Healthcare
- AI Agents
- Voice
- Clinical
- Conversational AI
- FHIR
- EHR
- HIPAA
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: Amigo Classic API
  description: Organization-scoped, text-first digital-health API for agents, services, conversations, tools, simulations,
    users, and webhooks. Organization-scoped JWT bearer auth, regional base URLs.
  humanURL: https://docs.amigo.ai/developer-guide/classic-api
  baseURL: https://api.amigo.ai
  properties:
  - type: OpenAPI
    url: openapi/amigo-classic-openapi-original.json
  - type: Overlay
    url: overlays/amigo-classic-overlay.yaml
  - type: Documentation
    url: https://docs.amigo.ai/developer-guide/classic-api
- name: Amigo Platform API
  description: Workspace-scoped management API for enterprise voice and healthcare operations — workspaces, agents, skills,
    services, calls, sessions, integrations, FHIR, analytics, and safety. Workspace API key (Bearer) or OAuth2 client_credentials
    with 53 scopes; built-in MCP server.
  humanURL: https://docs.amigo.ai/developer-guide/platform-api
  baseURL: https://api.platform.amigo.ai
  properties:
  - type: OpenAPI
    url: openapi/amigo-platform-openapi-original.json
  - type: Overlay
    url: overlays/amigo-platform-overlay.yaml
  - type: Documentation
    url: https://docs.amigo.ai/developer-guide/platform-api
common:
- type: AgenticAccess
  url: agentic-access/amigo-agentic-access.yml
- type: DomainSecurity
  url: security/amigo-domain-security.yml
- type: Authentication
  url: authentication/amigo-authentication.yml
- type: DeveloperPortal
  url: https://docs.amigo.ai/developer-guide
- type: Documentation
  url: https://docs.amigo.ai
- type: APIReference
  url: https://docs.amigo.ai/api-reference
- type: GettingStarted
  url: https://docs.amigo.ai/developer-guide/getting-started
- type: Blog
  url: https://amigo.ai/blog
- type: GitHubOrganization
  url: https://github.com/amigo-ai
- type: Support
  url: https://amigo.ai/contact
- type: Pricing
  url: https://amigo.ai/pricing
- type: SignUp
  url: https://amigo.ai/book-demo
- type: TermsOfService
  url: https://amigo.ai/terms
- type: PrivacyPolicy
  url: https://amigo.ai/privacy
- type: StatusPage
  url: https://status.amigo.ai
- type: TrustCenter
  url: https://trust.amigo.ai
- type: Compliance
  url: https://docs.amigo.ai/operations-and-safety/compliance.md
- type: LLMsTxt
  url: llms/amigo-llms.txt
- type: Packages
  url: packages/amigo-packages.yml
- type: SDKs
  url: packages/amigo-packages.yml
- type: CLI
  url: cli/amigo-cli.yml
- type: MCPServer
  url: mcp/amigo-mcp.yml
- type: WellKnown
  url: well-known/amigo-well-known.yml
- type: OAuthScopes
  url: scopes/amigo-scopes.yml
- type: Conventions
  url: conventions/amigo-conventions.yml
- type: Idempotency
  url: conventions/amigo-conventions.yml
- type: ErrorCatalog
  url: errors/amigo-problem-types.yml
- type: Lifecycle
  url: lifecycle/amigo-lifecycle.yml
- type: Conformance
  url: conformance/amigo-conformance.yml
- type: DataModel
  url: data-model/amigo-data-model.yml
- type: Sandbox
  url: sandbox/amigo-sandbox.yml
- type: Webhooks
  url: asyncapi/amigo-classic-webhooks.yml
- type: TrustCenter
  url: security/amigo-trust-center.yml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence