Skip to main content
Base URL:
The API gives access to these objects:
  • methods, with cursor pagination;
  • prompt intake and recording upload links;
  • build status, steps, and progress;
  • the exact .method file, source review, and rendered prompt, each with a SHA-256;
  • the recording and the evidence files;
  • target run results recorded against an artifact.
The MCP and the dashboard use these routes. There is no other API.

Standard headers

Multipart requests use Content-Type: multipart/form-data.

Error shape

error is a stable code. message is optional. A schema failure adds issues. An upload failure adds retryable. Unknown routes return 404 { "error": "not_found" }. See Endpoints for every route.