Quickstart
List agents, inspect a service, and run a voice simulation. Your first Platform SDK calls.
Prerequisites
Initialize the Client
import 'dotenv/config'
import { AmigoClient } from '@amigo-ai/platform-sdk'
const client = new AmigoClient({
apiKey: process.env.AMIGO_API_KEY!,
workspaceId: process.env.AMIGO_WORKSPACE_ID!,
})Example 1: List Agents
Example 2: Inspect a Service
Example 3: Run a Voice Simulation
Example 4: Pull Analytics
Example 5: Stream a Text Conversation Turn
Example 6: Open a Public Text-Session WebSocket
Example 7: Look Up an Entity
Full Quickstart Script
Next Steps
Last updated
Was this helpful?

