Skip to main content
GET
/
api
/
echo
/
agents
JavaScript
import BrainbaseLabs from 'brainbase-labs';

const client = new BrainbaseLabs({
  apiKey: process.env['BRAINBASE_LABS_API_KEY'], // This is the default and can be omitted
});

await client.voiceAnalysis.echo.agents.list();

Authorizations

x-api-key
string
header
required

API key authentication

Query Parameters

deploymentId
string

Filter by deployment (omit for team-wide agents)

Response

200

List of test agents