Waxell Runs API
Lifecycle endpoints for agent execution runs
Waxell Runs API is one of 6 APIs that Waxell publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 6 JSON Schema definitions.
Tagged areas include Runs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and 6 JSON Schemas.
This API exposes 2 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0.
Requests are made against a single base URL, https://{tenant}.waxell.dev.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Waxell Runs API declares
2 security schemes
for authenticating requests.
An API key is passed in the header as X-Wax-Key (WaxKey).
It accepts HTTP bearer tokens (wax_sk) (BearerAuth).
By default, every request must be authenticated.
WaxKey— Waxell API key issued in the dashboard. Format waxsk....BearerAuth— Same waxsk key passed as a Bearer token.
Paths & Operations 2
Across 2 paths, the API surfaces 2 operations — 2 POST. Each is listed below with its method, path, parameters, and response codes.
Lifecycle endpoints for agent execution runs
Schemas 4
The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Run (9 properties), RunStartRequest (4 properties), Error (3 properties), RunCompleteRequest (3 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Waxell 5
Other APIs Waxell publishes across the network.