LAML Bins

View as MarkdownOpen in Claude

Manage LAML bins with CRUD operations. LAML bins store reusable cXML/LaML scripts that can be referenced by URL in call and message handling.

Access via client.compat.lamlBins on a RestClient instance.

import { RestClient } from "@signalwire/sdk";
const client = new RestClient({
project: "your-project-id",
token: "your-api-token",
host: "your-space.signalwire.com",
});
const bins = await client.compat.lamlBins.list();

Methods