FETCH402
← Protocol index

Resource / 754

unknown

Unnamed resource.

Send an HPKE-encrypted prompt to the Aubrai chat agent running inside an attested private enclave. Only the enclave can decrypt your message.

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 20000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x44dC2dceaA22c7EF6B2E2cF2362Fd3FB476b7c2C

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "body": {
    "hpke_ciphertext": "<base64-encrypted-prompt>",
    "hpke_ephemeral_public_key": "<base64-ephemeral-pubkey>"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}
OutputJSON
{
  "example": {
    "pollUrl": "https://x402-api.aubr.ai/api/chat/encrypted/status/req_abc123",
    "requestId": "req_abc123",
    "status": "queued"
  },
  "type": "json"
}