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
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 displayedLoading key metadata…secrets never listed
AUTHENTICATION NOTES
Using the API
- 01Send the key
Include
Authorization: Bearer <key>on calls to the API. - 02Create an Oath
POST a contract-shaped payload to
/api/v1/oaths; local MOCK scenario input is omitted from LIVE requests. - 03Poll the state
Read the returned Oath and inspect
status,attempts,evidence, andreceipt.
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.