Waxell · Example Payload

Waxell Get Prompt Example

AI Agent GovernanceObservabilityPolicy EnforcementLLM TelemetryCost ManagementMCPAgent Runtime

Waxell Get Prompt Example is an example object payload from Waxell, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://acme.waxell.dev/api/v1/observe/prompts/support-greeting/?label=production",
    "headers": {
      "X-Wax-Key": "wax_sk_xxx"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "name": "support-greeting",
      "version": 7,
      "label": "production",
      "template": "You are a friendly support agent for {company}. Always greet the customer by name.",
      "variables": ["company"]
    }
  }
}