The waitlist endpoint is implemented. The public Job API remains planned.
HttpApi and Schemas are the only authored HTTP contract. CI deterministically generates and checks the bundled OpenAPI 3.1 artifact used by this reference and by Speakeasy.
Only implemented operations enter the artifact. Planned Job schemas are intentionally absent, so they cannot appear in Mintlify or a generated SDK before their server behavior exists.
The planned API surface covers caller decisions rather than internal machinery:
- create and read a Job;
- revise Constraints or provide requested information;
- approve or reject one immutable proposal;
- cancel where permitted;
- submit or acknowledge Evidence; and
- report a problem and enter Recovery.