WORKSPACE / OATHS / NEWPOST /api/v1/oaths

CONTRACT BUILDER

Create an Oath

Turn an outcome into a bounded contract. The worker can vary; the definition of done cannot.

01

Define the task

Describe the outcome in terms a worker can execute and a verifier can check.

Be specific about scope, geography, time, and what counts as a useful result.

02

Shape the result

Fields become part of the contract.

Required fields derived from format

companywebsitelocationfitsource
03

Set conditions

Choose the checks that must pass before settlement.

Supported conditions
04

Bound the sources

Domain policy and freshness make the scope explicit.

Advanced limitssafe defaults · optional

Limits are sent to the API and enforced by the deployed executor where supported.

Local demo shortcutsMOCK / LOCAL · omitted from LIVE requests

POST /api/v1/oaths

The API returns the created Oath ID; this form does not fabricate a local result when the request fails.