WORKSPACE / SETTINGS / APIAUTHENTICATION · API-BACKED

CALL SITE CONFIGURATION

API keys

Connect an agent to the Oathwork contract surface. Keep credentials scoped and rotate them before a deployment.

CLIENT CREDENTIAL

API key

API-BACKED

Create a scoped credential for machine calls. Secrets are returned only by the create response and are never stored in this browser.

No new secret is currently displayed
Loading key metadata…secrets never listed

AUTHENTICATION NOTES

Using the API

Bearer token
  1. 01
    Send the key

    Include Authorization: Bearer <key> on calls to the API.

  2. 02
    Create an Oath

    POST a contract-shaped payload to /api/v1/oaths; local MOCK scenario input is omitted from LIVE requests.

  3. 03
    Poll the state

    Read the returned Oath and inspect status, attempts, evidence, and receipt.

Read authentication docs
SECRET HANDLING

Only key metadata is listed. A newly created secret is revealed once in this page state and is never persisted client-side or shown by the list endpoint.