Server SDKs
Build AI agents, control calls, send messages, and more
Manage accounts and subprojects. The base path is /api/laml/2010-04-01/Accounts (not scoped to a specific account SID).
/api/laml/2010-04-01/Accounts
Access via client.compat.accounts on a RestClient instance.
client.compat.accounts
RestClient
1import { RestClient } from "@signalwire/sdk";23const client = new RestClient({4 project: "your-project-id",5 token: "your-api-token",6 host: "your-space.signalwire.com",7});89const accounts = await client.compat.accounts.list();
List accounts in the project.
Create a new subproject (sub-account).
Retrieve a single account by SID.
Update an account.