REST management API
Use for application integrations and custom automation across tenants, deployments, networking, access, observability, audit, notifications, and billing.
LaserData · Developer resources
Choose the interface that matches the job: REST for integrations, the official laser CLI for operational automation, and the Laser SDK for streaming and agent data-plane work. Every resource below is published by LaserData at a predictable URL.
Use for application integrations and custom automation across tenants, deployments, networking, access, observability, audit, notifications, and billing.
Use for shell automation, CI, incident inspection, and one-off control-plane work. It has stable JSON output, non-zero failure codes, and environment-based credentials for agents.
Use for the data plane: publish and consume streams, query views, update state and graph relationships, persist memory, assemble context, and coordinate an agent fabric.
The canonical OpenAPI 3.1 schema includes typed parameters, request and response schemas, operation descriptions, stable error envelopes, and unique operation IDs. Convert only the operations an agent needs into tools, keep authentication in a trusted executor, and require confirmation before destructive calls.
Read openapi.jsonThe agent guide explains when LaserData is a good fit, how to choose between the API, CLI, and SDK, how to handle secrets and retries, and where to recover from a missing page. The curated llms.txt index points to machine-readable versions of the most important resources.