Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Waxell Prompts API

Managed prompts retrievable by name and version

Waxell Prompts 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 Prompts. 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 1 operation across 1 path, and defines 2 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.

1 operations 1 paths 2 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://{tenant}.waxell.dev/api/v1/observe
Authentication
API Key, HTTP Bearer
Contact
License
Proprietary
Resource Areas
1

Authentication & Security 2

Waxell Prompts 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 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

Prompts 1

Managed prompts retrievable by name and version

GET
/api/v1/observe/prompts/{name}/
Get Managed Prompt
getPrompt 3 params → 200404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Prompt (6 properties), Error (3 properties). Each schema is shown below with its type and property counts.

Prompt
object
6 properties
Error
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

waxell-prompts-api-openapi.yml Raw ↑

Other APIs Waxell publishes across the network.

Waxell Developer MCP Server
Waxell Cost Management API
Waxell Governance API
Waxell Runs API
Waxell Telemetry API