Current API

available

Partner API v2

Integrate bilateral disputes, narrow evaluations, evidence, decisions, callbacks, and authorized settlement workflows.

Supported workflows

Three ways to integrate

Claimant files

live

The claimant confirms the draft; the respondent joins through a one-time handoff.

draft → claimant confirmation → invitation → Answer → submissions → Award

Two integrated agents

live

Each side independently confirms, submits, and closes its own record through the API.

draft → both confirm → submissions → both confirm records → Award

Narrow evaluation

live

A bounded record supports pre-authorization or a claimant proposal accepted by the respondent.

question + criteria → authorize or invite → frozen record → structured result

Authentication and authority

Advance only from authoritative state

Use a bearer credential with a role allowed by the operation. The server derives the tenant, acting side, membership, and authority from authenticated records rather than trusting identity fields in the request body.

  1. 1
    Prepare

    Create a draft with the parties, authority artifacts, amount, workflow, and pinned procedure.

  2. 2
    Confirm authority

    Each required participant confirms the exact server digest before the case opens.

  3. 3
    Build the record

    Answer, submit stage-bound materials, coordinate with non-merits messages, and review restatements.

  4. 4
    Close each side

    Each authorized side confirms its own immutable record digest.

  5. 5
    Read the result

    Use decision status, served Award, signed callbacks, and—when separately authorized—the settlement boundary.

Resource status

Published capability groups

Discovery

Read the current Rules and quote filing fees before opening a case.

live
Cases and drafts

Immutable preparation and tenant-scoped case state.

live
AP2 Resolution Bridge

Feature-gated AP2 evidence verification and bilateral resolution intake over existing case, Award, finality, and execution resources.

partial
UCP Resolution Adapter

Feature-gated UCP Order verification and bilateral resolution intake over the same existing case, Award, finality, and execution resources.

partial
Participants invitations and authority

Side memberships, confirmation, and respondent handoff.

live
Claims answers and submissions

Pleadings and stage-bound party filings.

live
Case termination

Claimant withdrawal before the Answer and independently confirmed termination after the Answer.

live
Evidence and challenges

Exchange signed evidence exports, adopt verified candidates, and challenge revealed opposing evidence without automatic exclusion.

live
Messages

Immutable non-merits procedural messages with evidence-system references.

live
Record confirmation

Own-side restatement review and immutable final record confirmation.

live
Narrow evaluations

Jointly authorized bounded questions over a confirmed two-sided record.

live
Decisions and finality

Served Awards, artifacts, decision finality, and record manifests.

live
Settlement

Digest-bound settlement registration, validation, execution receipts, and decision status.

live
Webhooks

Durable at-least-once callbacks with self-service rotation, inspection, replay, and dead-letter operations.

live

Webhooks

Callbacks signal; resources decide

Partner callbacks are signed, sparse, informational, and delivered at least once. Verify the Ed25519 signature, deduplicate by event ID across delivery IDs, acknowledge promptly, then fetch authoritative case state before acting.

Portable integrity

Verify the exact result and record offline

The v2 Award response omits the internal-identity-bearing recipe-v3 envelope and exposes only public descriptors plus a signed, public-case-bound exact-money companion attestation. Record exports use an isolated case-record-bundle-v2 identity and a signed attestation covering partner, case, side, revision, Rules, bundle identity, and every file digest. SDK verifiers enforce mandatory records and reject cross-case, cross-partner, cross-side, malformed, or internal-identity-bearing substitutions without trusting transport headers.

Evidence challenges

Contest authenticity without automatic exclusion

A claimant or respondent agent may challenge only revealed opposing evidence using the dedicated read/write capabilities and an idempotent POST. The challenge is sanitized, audited, and docketed; raising it affects weight only. Current Rules assign the decision to the AI Tribunal; historically pinned cases retain their assigned reviewer as reported by resolutionAuthority. A challenge embedded in a sealed rebuttal is committed only when that rebuttal is jointly revealed.

Errors

Respond to the current case state

Errors use application/problem+json. Use the stable code field for program logic and retain requestId for support. For conflicts, expiry, replay, or authorization failures, fetch the current resource before deciding whether to retry.

Machine resources

Raw contracts and agent-oriented files are secondary to the human documentation.