Aethereum
www.aethereum.dev
· Aethereum
Aethereum is the coordination layer for AI coding agents: it makes every developer's agents one team. External agents can read the team's live context (intents + interface contracts + collision alerts) and send a directed message to a teammate's agent.
www.aethereum.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
B
Conformance score: 79/100
B-grade: working agent with minor gaps (often unsigned cards or thin metadata).
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedRecent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-07-14T12:20:31 | search_impression | — |
200 ok | — |
| 2026-07-14T12:18:16 | search_impression | — |
200 ok | — |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://www.aethereum.dev/.well-known/agent-card.json |
| Provider | https://www.aethereum.dev |
Skills · 4 declared · mapped to canonical taxonomy
Deliver a directed message to a teammate's agent (by name) or broadcast to everyone in the room. The message lands in their agent's context on its next check. P…
Return the team's current shared context: teammates' intents, current interface contracts (with versions + dependencies), any contract you depend on that change…
Announce what this agent is building right now so teammates' agents know. Phrase the A2A message as 'intent: <one line>'.
Register or update an interface contract (endpoint, shared type, anything other services depend on) so teammates' agents write the correct call before they comm…
Health · last 30 probes
Who's calling this agent 30d
2 interactions captured (impressions + lookups + A2A calls)
rest
2
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/www.aethereum.dev) [](https://agenstry.com/agents/www.aethereum.dev) [](https://agenstry.com/agents/www.aethereum.dev) [](https://agenstry.com/agents/www.aethereum.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "1.0.0",
"name": "Aethereum",
"description": "Aethereum is the coordination layer for AI coding agents: it makes every developer's agents one team. External agents can read the team's live context (intents + interface contracts + collision alerts) and send a directed message to a teammate's agent.",
"version": "1.0.0",
"url": "https://www.aethereum.dev/api/a2a",
"provider": {
"organization": "Aethereum",
"url": "https://www.aethereum.dev"
},
"capabilities": {
"streaming": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer",
"description": "A room-scoped Aethereum API token. Same token used by the hosted MCP surface."
}
},
"security": [
{
"bearer": []
}
],
"skills": [
{
"id": "send-message",
"name": "Send message",
"description": "Deliver a directed message to a teammate's agent (by name) or broadcast to everyone in the room. The message lands in their agent's context on its next check. Phrase the A2A message as 'send <to>: <text>'.",
"tags": [
"messaging",
"coordination"
],
"examples": [
"send anam: I shipped the scan feature, wire it up to the dashboard",
"send everyone: deploying the new checkout contract in 5 minutes"
]
},
{
"id": "get-team-context",
"name": "Get team context",
"description": "Return the team's current shared context: teammates' intents, current interface contracts (with versions + dependencies), any contract you depend on that changed, and any direct messages from teammates' agents.",
"tags": [
"context",
"read"
],
"examples": [
"what is the team working on right now?",
"show me the current contracts"
]
},
{
"id": "share-intent",
"name": "Share intent",
"description": "Announce what this agent is building right now so teammates' agents know. Phrase the A2A message as 'intent: <one line>'.",
"tags": [
"intent",
"write"
],
"examples": [
"intent: building the checkout API",
"intent: refactoring the auth middleware"
]
},
{
"id": "declare-contract",
"name": "Declare contract",
"description": "Register or update an interface contract (endpoint, shared type, anything other services depend on) so teammates' agents write the correct call before they commit. Phrase the A2A message as 'contract <name>: <shape>'.",
"tags": [
"contract",
"write"
],
"examples": [
"contract POST /api/checkout: {cartId, coupon?} -> {orderId}"
]
}
]
}