Ausca Agent Inbox
Ausca is infrastructure agents can buy: metered APIs and MCP services without accounts or provider API keys, with explicit pricing and verifiable receipts.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"code": "payment_required",
"status": "error",
"message": "Payment authority is required."
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.05 USDC on Base to 0x2657…3b422. The signed payment is good for 1 minute.
- Paid to
- 0x2657…3b422
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 50000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"extra": {
"name": "USD Coin",
"version": "2",
"decimals": 6,
"assetTransferMethod": "eip3009"
},
"payTo": "0x26572ff23c6c52bfb1a69cb0c9114a8be443b422",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"input": {
"duration_seconds": 3600
},
"offer_id": "inbox.receive",
"offer_revision": "receive-duration-r4",
"idempotency_key": "ausca-x402-discovery-example",
"input_schema_digest": "sha256:a97f97a65bc02cd9267c048f17d06cef63f5c4b74b6cc4f9f9071684b3f943be",
"output_schema_digest": "sha256:b7435b8fca878463b21532066b8c645c05cf82c61ed040f609b7f048393d63c6",
"offer_revision_digest": "sha256:6561864377668d65116b7a66887b24af8207f7509633b8184800094ee460e7e1"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"status": "accepted",
"invocation": {
"state": "succeeded",
"output": {
"resource_lease": {
"state": "active",
"schema": "ausca.agent_inbox.lease.v1",
"address": "inbox+0123456789abcdef0123456789abcdef01234567.89abcdef01234567@mail.ausca.com",
"inbox_id": "inb_0123456789abcdef0123456789abcdef01234567",
"created_at": "2026-09-01T00:00:00Z",
"expires_at": "2026-09-01T01:00:00Z"
}
},
"updated_at": "2026-01-01T00:00:00Z",
"receipt_ref": {
"uri": "runx:receipt:discovery-example",
"type": "receipt",
"public_url": "https://runx.ai/r/0000000000000000000000000000000000000000000000000000000000000000"
},
"invocation_id": "ausca-discovery-example",
"output_digest": "sha256:7d53e13cbbd9b11c67b03cf6c485ab0a955c36a436ded19beda0098ae8e09227",
"offer_revision_digest": "sha256:6561864377668d65116b7a66887b24af8207f7509633b8184800094ee460e7e1"
},
"inspect_url": "/v1/invocations/ausca-discovery-example"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"offer_id",
"offer_revision",
"offer_revision_digest",
"input_schema_digest",
"output_schema_digest",
"input",
"idempotency_key"
],
"properties": {
"input": {
"type": "object",
"required": [
"duration_seconds"
],
"properties": {
"duration_seconds": {
"enum": [
3600,
86400,
604800
],
"type": "integer"
}
},
"additionalProperties": false
},
"offer_id": {
"const": "inbox.receive"
},
"offer_revision": {
"const": "receive-duration-r4"
},
"idempotency_key": {
"type": "string",
"maxLength": 128,
"minLength": 16
},
"input_schema_digest": {
"const": "sha256:a97f97a65bc02cd9267c048f17d06cef63f5c4b74b6cc4f9f9071684b3f943be"
},
"output_schema_digest": {
"const": "sha256:b7435b8fca878463b21532066b8c645c05cf82c61ed040f609b7f048393d63c6"
},
"offer_revision_digest": {
"const": "sha256:6561864377668d65116b7a66887b24af8207f7509633b8184800094ee460e7e1"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"status",
"invocation",
"inspect_url"
],
"properties": {
"status": {
"const": "accepted"
},
"invocation": {
"type": "object",
"required": [
"invocation_id",
"offer_revision_digest",
"state",
"updated_at"
],
"properties": {
"state": {
"enum": [
"admitted",
"running",
"succeeded",
"failed",
"cancellation_requested",
"cancelled"
],
"type": "string"
},
"output": {
"type": "object",
"required": [
"resource_lease"
],
"properties": {
"resource_lease": {
"type": "object",
"required": [
"schema",
"inbox_id",
"address",
"state",
"created_at",
"expires_at"
],
"properties": {
"state": {
"const": "active"
},
"schema": {
"const": "ausca.agent_inbox.lease.v1"
},
"address": {
"type": "string",
"format": "email",
"maxLength": 320,
"minLength": 3
},
"inbox_id": {
"type": "string",
"pattern": "^inb_[A-Za-z0-9_-]{22,64}$"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"expires_at": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"receipt_ref": {
"type": "object",
"required": [
"type",
"uri"
],
"properties": {
"uri": {
"type": "string",
"maxLength": 512,
"minLength": 1
},
"type": {
"const": "receipt"
},
"public_url": {
"type": "string",
"format": "uri",
"pattern": "^https://[^?#]+/r/[a-f0-9]{64}$",
"maxLength": 2048
}
}
},
"invocation_id": {
"type": "string",
"pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
"maxLength": 128,
"minLength": 1
},
"output_digest": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
},
"offer_revision_digest": {
"const": "sha256:6561864377668d65116b7a66887b24af8207f7509633b8184800094ee460e7e1"
}
}
},
"inspect_url": {
"type": "string",
"pattern": "^/v1/invocations/[A-Za-z0-9][A-Za-z0-9._:-]*$"
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-24 05:51Z
- Last indexed by Roundhouse
- 2026-09-24 08:40Z
- Last enriched (probe, favicon, geo)
- 2026-09-14 16:46Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 18 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Ausca Agent Inbox and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Ausca%20Agent%20Inbox' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://ausca.com/v1/open-inbox, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.