Create Attestation
Create a new cryptographically signed attestation for an agent action.Endpoint
Authentication
Required. Include your API key as a Bearer token:Request Body
| Field | Type | Required | Description |
|---|---|---|---|
agent_slug | string | Yes | Unique identifier for the agent (1-64 chars) |
action | string | Yes | Human-readable description of the action |
inputs_hash | string | Yes | SHA256 hash of the inputs (1-128 chars) |
metadata | object | No | Additional key-value data |
Response
Status: 201 CreatedExample
Errors
| Status | Error | Description |
|---|---|---|
| 401 | Missing Authorization | No API key provided |
| 401 | Invalid API key | API key is incorrect |
| 422 | Validation error | Missing or invalid fields |