LaserData · Developer resources

One product, three programmable surfaces.

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.

Official laser CLI

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.

Official resources

Laser SDK

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.

Official resources

Function-calling ready

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.json

Instructions for agents

The 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.