Files
DevRunbook-Public/content/playbooks/api-endpoint/README.md
T
DevRunbook release export cfd2804e27
Managed validation / full (push) Successful in 3m18s
Publish DevRunbook source
2026-09-03 04:09:17 +02:00

23 lines
938 B
Markdown

# Add a Compatible API Endpoint
Implement a new endpoint with validated input, authorization, stable errors, documentation and contract tests.
## Purpose
This is a publishable P0 built-in DevRunbook package. It is designed for the `execute` work mode with default autonomy `verify` and risk tier `moderate`.
## Required context
- Endpoint behavior: Describe method, route intent, request, response, errors and compatibility expectations.
- Authorization: Describe who may call the endpoint and how ownership or workspace boundaries apply.
## Completion
- Endpoint contract is documented and tested.
- Existing clients and routes remain compatible.
- Validation evidence and unresolved limitations are reported honestly.
## Quality status
Editorially reviewed and covered by static structure and determinism fixtures. It is not represented as execution-validated or battle-tested until the platform stores corresponding evidence.