serverPlatform API

Platform API reference for voice agents, EHR integration, operators, FHIR, and safety monitoring.

The Platform API (api.platform.amigo.ai) powers voice-first enterprise and traditional healthcare deployments. It provides workspace-scoped endpoints for managing agents, services, phone numbers, EHR integrations, operator escalation, FHIR clinical data, and safety monitoring.

circle-exclamation

Base URL

Environment
Base URL

Production

https://api.platform.amigo.ai/v1

circle-info

A staging environment is available for development and testing. Contact your Amigo representative for staging access.

spinner

Resource endpoints are scoped by workspace ID: /v1/{workspace_id}/agents, /v1/{workspace_id}/skills, etc.

Workspace management endpoints live under /v1/workspaces.

Authentication

All requests require a workspace-scoped API key as a Bearer token:

curl https://api.platform.amigo.ai/v1/{workspace_id}/agents \
  -H "Authorization: Bearer <YOUR_API_KEY>"

See Authentication & API Keys for details on key lifecycle, RBAC roles, and rotation.

Workspace-Scoped Design

Every resource belongs to a workspace - an isolated tenant with its own agents, services, skills, phone numbers, integrations, and data.

circle-info

Workspace vs Organization: The Classic API scopes by organization. The Platform API scopes by workspace. A workspace maps to an organization via the backend_org_id field, bridging the two API surfaces.

Resource Guide

Configuration

buildingWorkspaceschevron-rightkeyAuthentication & API Keyschevron-right

Agent Configuration

robotAgentschevron-rightwand-magic-sparklesSkillschevron-rightcubesServiceschevron-right

Infrastructure

plugIntegrationschevron-rightphonePhone Numberschevron-right

Voice & Calls

microphone-linesVoice Agentchevron-rightheadsetOperatorschevron-right

Data Pipeline

arrows-rotateConnector Runnerchevron-rightdatabaseData & World Modelchevron-righthospitalFHIRchevron-rightdatabaseData Access (MCP)chevron-right

Monitoring

shield-halvedSafety & Monitoringchevron-rightchart-lineAnalytics & Observabilitychevron-right
circle-info

Classic API features not in Platform API - Simulations (automated agent testing), Metrics (conversation quality evaluation), Dynamic Behaviors (rule-based triggers), and User Management are available only through the Classic API. Platform API handles testing through workspace-level workflows and user context through the World Model.

Pagination

List endpoints return paginated results:

Parameter
Default
Range
Description

limit

10

1–20

Items per page

continuation_token

0

-

Offset for next page (returned in response)

API Reference

For full endpoint schemas, see the auto-generated Platform API Referencearrow-up-right.

Last updated

Was this helpful?