Clanker Test DocsGuidesAPI referenceAGENTS.mdllms.txtllms-full.txtopenapi.json

Overview

Clanker Test is a workspace where people and coding agents share the same product actions.

  • The web app calls the Effect service layer in-process.
  • The public API (apps/api) exposes those same services over HTTP and hosts MCP.
  • The worker (apps/worker) runs background jobs using the same services.
  • Permission checks live in services, not in transports.

Agents should prefer:

  1. GET /openapi.json on the API origin
  2. This docs site's /llms.txt and /llms-full.txt
  3. MCP tool read_validation_kit for test-writing rules