23 lines
938 B
Markdown
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.
|