Aethereum
www.aethereum.dev
· Aethereum
Aethereum gives a team's AI coding agents a shared brain. 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.
C
Conformance score: 64/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-06-30 23:45:30 current | 0ce9064de1a0… |
view → |
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 1 probes
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 gives a team's AI coding agents a shared brain. 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}"
]
}
]
}