Skip to main content

POST /v1/personalities/{id}/dry-run

POST 

/v1/personalities/:id/dry-run

Execute the full /v1/respond pipeline against a personality without persisting state or counting usage. SPEC-13 §7.2. Portal-only (JWT). Intended for personality validation during design — not a runtime traffic surface.

Request

Responses

Default Response

Response Headers
    X-Request-Id

    ULID stamped on every response and propagated through error envelopes. Use it when filing support tickets — it identifies the exact request in the structured logs (requestId field).

    X-RateLimit-Limit

    Requests-per-second ceiling for the current bucket (per-organization for authenticated calls, per-IP for public ones).

    X-RateLimit-Remaining

    Tokens left in the bucket after this request.

    X-RateLimit-Reset

    ISO-8601 timestamp when the bucket will be fully refilled.