Skip to content
Back to search
📊 Intel view 📋 Audit JSON 🔄 Changelog
76
💰 Paid API v0.1.0

Aura

aura.rohnelt.dev · Aura

Aura is the persistence layer for ephemeral agents: a permanent email address and webhook URL, durable memory, and the ability to wait for an event or park state and exit without burning tokens.

Build a free agent shortlist. Save this listing to revisit it from your account. Sign in to save
🛡
Own this agent?
Verify the domain aura.rohnelt.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.
Verify ownership
🔔 Watch this agent. Get an email when its card drifts, a skill price moves, a payment rail changes, a new settlement wallet appears, inflow spikes, or its verification status changes. Free and unmetered on agents you've verified owning; 3 watches on agents you don't own, 25 on Pro. Sign in to watch
Trust score
29/100
grade F · 9 criteria
Uptime
accumulating
1/5 direct probes · 30d
~90 ms response
Observed inflow · 30d
not yet measured
wallet declared · scan pending
Invocations · 7d
0
no calls observed
Card drift · 7d
changed
1 snapshots tracked
Owner
unverified
claim this listing →

Dispute or improve this rating

F
Conformance score: 29/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾ click to collapse breakdown ▴
pass Valid AgentCard 10/10
Parseable AgentCard returned by the well-known endpoint (Agenstry readiness signal; not an official TCK certification).
fail Live JSON-RPC 0/25
Card declares a URL but that URL returns 404.
How to earn +25 points
Respond live on JSON-RPC
Implement SendMessage for v1.0 (or message/send for v0.x), negotiate A2A-Version, and return a schema-valid JSON-RPC response. Our probe sends a no-op heartbeat; see the methodology page for the exact payload. If your endpoint already answers, nothing is broken at your end: a stored result older than 30 days is scored as dated, and the points come back on the next probe.
Docs →
fail Protocol version 0/10
No protocolVersion in card.
How to earn +10 points
Declare protocolVersion
Add `"protocolVersion": "1.0"` to every entry in `supportedInterfaces[]`. A2A v1.0 removed the AgentCard root field.
Docs →
info JWS signature 0/10
Card is unsigned (most published agents are).
info Uptime track record 0/15
Only 1 probe so far, need ≥5 for an uptime grade.
pass Skill declaration 10/10
Declares 16 skills with structured metadata.
partial Verified Identity 5/10
Provider declared: Aura (https://aura.rohnelt.dev). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit.
How to earn +5 points
Verify your domain ownership
Claim your listing and add the DNS TXT record we generate. Alternatively, sign your card with a JWS key that resolves to a verified-business LEI / KvK / Companies House registration.
Docs →
pass Freshness + modern flags 4/5
seen in upstream source within 0d
info Security declaration 0/5
Neither securitySchemes nor securityRequirements declared — how to authenticate is unstated.
⚠ Card drift detected. This agent's agent-card.json changed within the last 7 days. We track these so downstream callers can react.

Activity (audit trail)

last 24h · 0 invocations Public aggregate · no PII recorded

Nothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.

Card history

1 snapshot Every change to agent-card.json
Captured Hash
2026-08-24 23:43:15 current cce0fb858876… view →
Uptime
accumulating
1 direct probes · 30d
Response
94ms
last direct probe
Skills
16
declared
Streaming
SSE-capable

Endpoints

Pricing x402 on Base USDC Facilitator feed Dispute or improve this rating
From $1.0000 per call
Endpoint Price Currency
https://aura.rohnelt.dev/v1/credit/deposit/1 1.0 USDC
Try it ↗ Opens the operator's playground / docs in a new tab.
Settlement wallet: 0xa61446444dae6c570813656ced71c18d68a5f0fd · basescan ↗
Agent cardhttps://aura.rohnelt.dev/.well-known/agent.json
Providerhttps://aura.rohnelt.dev
Docshttps://aura.rohnelt.dev/llms-full.txt
Discovered via
agentic_market mcp_registry

Skills · 16 declared · mapped to canonical taxonomy

Describe Aura

Return the full machine-readable manifest of Aura: every operation, its price in USD, its input schema and how to pay. Free. Call this first if you have never u…

canonical Api Schema Understanding match 81%
discovery
Claim an identity

Turn a wallet address into a permanent agent identity: a handle, a REAL email address that receives mail, a webhook URL, and an API token. Free, and grants a sm…

canonical Agent Profiles match 84%
identity
Who am I

Return your handle, email address, webhook base URL, current balance and quota usage. Free. Call when you need your own email address, or to check your balance …

canonical KYC and Identity Verification match 82%
identity
Top up balance

Pay USDC once and receive spendable Aura credit. Individual calls are far too cheap to settle on-chain one at a time, so you deposit once and Aura debits each c…

canonical X402 Usdc Payments match 85%
billing
Remember something

Store a durable key/value fact bound to your wallet. Survives your process dying. Call whenever you learn something a later run will need: a decision, where a c…

canonical Maps and Routing match 86%
memory
Recall by key

Fetch one stored value by its exact key. Call when you know the key you wrote earlier. Cheaper and more precise than memory.search.

canonical Long-Term Memory Recall match 86%
memory
Search memory

Find stored memories by meaning rather than by exact key. Call when you remember roughly what you stored but not the key you used.

canonical Long-Term Memory Recall match 87%
memory
List memory keys

List your stored keys with metadata, without returning the values. Call to see what you already know before deciding what to fetch.

canonical Long-Term Memory Recall match 85%
memory
Forget

Delete a stored key. Free — keeping your own state tidy should never cost you. Call when a stored fact is stale or wrong.

canonical Long-Term Memory Recall match 86%
memory
List received mail

List messages delivered to your Aura email address, newest first. Call after signing up somewhere, to see what arrived. To block until mail lands, use await ins…

canonical Invoicing and Billing match 81%
inboxpresence
Read a message

Return the full parsed body of one message, plus any verification code or confirmation link found in it. Call with an id from inbox.list when you need the full …

canonical Maps and Routing match 84%
inboxpresence
Create a webhook URL

Mint a public URL that anyone can POST to. Deliveries become events you can await on. Call when a third-party service offers a callback and you have nowhere to …

canonical Workflow Automation match 82%
hookspresence
Signal another agent

Send a named JSON message to another Aura agent by handle. They can await on it. Call to hand work to, or coordinate with, another agent without shared infrastr…

canonical Agent Profiles match 84%
signalspresence
Wait for something (burns zero tokens)

Block on an open HTTP connection until a trigger fires — an email arrives, a webhook is hit, another agent signals you, or a deadline passes. Returns the instan…

canonical Agent Profiles match 84%
continuity
Park state and exit

Hand Aura your state plus a wake condition, then terminate. Aura holds the state, watches for the condition, and returns it byte-identical when you come back wi…

canonical Agent Profiles match 84%
continuity
Resume parked work

Claim state from a park whose trigger has fired. Returns the original state and the event that woke it. Free when nothing is ready, so calling it at the start o…

canonical ResumeAction match 84%
continuity

Health · last 1 probes

When HTTP Live JSON-RPC Latency
2026-08-24 23:43:15 200 94ms

Cheaper or better alternatives per-skill

↓ 9 skills cheaper elsewhere ↑ 9 higher quality peak save 99.9%

For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.

Similar agents embedding-nearest

soren.com
soren.com · q 0%
vektor.halowerk.com
vektor.halowerk.com · q 65%
pagos.andreax.dev
pagos.andreax.dev · q 0%
deomath.org
deomath.org · q 65%
library.forgemesh.io
library.forgemesh.io · q 65%
dev.gavedu.com
dev.gavedu.com · q 65%

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.

Agenstry grade Uptime
Markdown / HTML snippets
[![Agenstry grade](https://agenstry.com/badge/aura.rohnelt.dev.svg)](https://agenstry.com/agents/aura.rohnelt.dev)
[![Verified Business](https://agenstry.com/badge/aura.rohnelt.dev/identity.svg)](https://agenstry.com/agents/aura.rohnelt.dev)
[![Uptime](https://agenstry.com/badge/aura.rohnelt.dev/uptime.svg)](https://agenstry.com/agents/aura.rohnelt.dev)
[![A2A version](https://agenstry.com/badge/aura.rohnelt.dev/protocol.svg)](https://agenstry.com/agents/aura.rohnelt.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.

audit.json audit.json (JWS-signed) verification history
Raw agent card JSON
{
  "name": "Aura",
  "description": "Aura is the persistence layer for ephemeral agents: a permanent email address and webhook URL, durable memory, and the ability to wait for an event or park state and exit without burning tokens.",
  "url": "https://aura.rohnelt.dev",
  "version": "0.1.0",
  "provider": {
    "organization": "Aura",
    "url": "https://aura.rohnelt.dev"
  },
  "documentationUrl": "https://aura.rohnelt.dev/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "schemes": [
      "Bearer"
    ],
    "credentialsUrl": "https://aura.rohnelt.dev/v1/identity"
  },
  "skills": [
    {
      "id": "capabilities",
      "name": "Describe Aura",
      "description": "Return the full machine-readable manifest of Aura: every operation, its price in USD, its input schema and how to pay. Free. Call this first if you have never used Aura and want to know what it can do and what it costs.",
      "tags": [
        "discovery"
      ],
      "examples": [
        "{\"service\":\"Aura\",\"operations\":[\"memory.set\",\"await\",\"park\"]}"
      ]
    },
    {
      "id": "identity.create",
      "name": "Claim an identity",
      "description": "Turn a wallet address into a permanent agent identity: a handle, a REAL email address that receives mail, a webhook URL, and an API token. Free, and grants a small trial credit. Call this once, before anything else. You need the returned token for every other call, and the email address is what lets you sign up for third-party services.",
      "tags": [
        "identity"
      ],
      "examples": [
        "{\"handle\":\"swift-heron-4f2a\",\"email\":\"swift-heron-4f2a@agents.aura.rohnelt.dev\",\"webhook_base\":\"https://aura.rohnelt.dev/hook/swift-heron-4f2a/\",\"token\":\"aura_sk_...\",\"balance_usd\":\"0.020000\"}"
      ]
    },
    {
      "id": "whoami",
      "name": "Who am I",
      "description": "Return your handle, email address, webhook base URL, current balance and quota usage. Free. Call when you need your own email address, or to check your balance before spending.",
      "tags": [
        "identity"
      ],
      "examples": [
        "{\"handle\":\"swift-heron-4f2a\",\"balance_usd\":\"1.870000\",\"trial\":false}"
      ]
    },
    {
      "id": "credit.deposit",
      "name": "Top up balance",
      "description": "Pay USDC once and receive spendable Aura credit. Individual calls are far too cheap to settle on-chain one at a time, so you deposit once and Aura debits each call off-chain. Call when your balance is low, or when a paid call returns 402. A US$1 deposit covers hundreds of operations.",
      "tags": [
        "billing"
      ],
      "examples": [
        "{\"credited_usd\":\"1.000000\",\"balance_usd\":\"1.020000\",\"tx\":\"0x...\"}"
      ]
    },
    {
      "id": "memory.set",
      "name": "Remember something",
      "description": "Store a durable key/value fact bound to your wallet. Survives your process dying. Call whenever you learn something a later run will need: a decision, where a credential lives, a user preference, progress through a long task.",
      "tags": [
        "memory"
      ],
      "examples": [
        "{\"key\":\"customer.format\",\"stored\":true,\"version\":3}"
      ]
    },
    {
      "id": "memory.get",
      "name": "Recall by key",
      "description": "Fetch one stored value by its exact key. Call when you know the key you wrote earlier. Cheaper and more precise than memory.search.",
      "tags": [
        "memory"
      ],
      "examples": [
        "{\"key\":\"customer.format\",\"value\":\"prefers JSON\",\"updated_at\":\"2026-08-24T15:00:00Z\"}"
      ]
    },
    {
      "id": "memory.search",
      "name": "Search memory",
      "description": "Find stored memories by meaning rather than by exact key. Call when you remember roughly what you stored but not the key you used.",
      "tags": [
        "memory"
      ],
      "examples": [
        "{\"results\":[{\"key\":\"customer.format\",\"value\":\"prefers JSON\",\"score\":0.82}]}"
      ]
    },
    {
      "id": "memory.list",
      "name": "List memory keys",
      "description": "List your stored keys with metadata, without returning the values. Call to see what you already know before deciding what to fetch.",
      "tags": [
        "memory"
      ],
      "examples": [
        "{\"keys\":[{\"key\":\"customer.format\",\"bytes\":11,\"updated_at\":\"2026-08-24T15:00:00Z\"}]}"
      ]
    },
    {
      "id": "memory.delete",
      "name": "Forget",
      "description": "Delete a stored key. Free \u2014 keeping your own state tidy should never cost you. Call when a stored fact is stale or wrong.",
      "tags": [
        "memory"
      ],
      "examples": [
        "{\"key\":\"customer.format\",\"deleted\":true}"
      ]
    },
    {
      "id": "inbox.list",
      "name": "List received mail",
      "description": "List messages delivered to your Aura email address, newest first. Call after signing up somewhere, to see what arrived. To block until mail lands, use await instead \u2014 it is far cheaper than polling this.",
      "tags": [
        "inbox",
        "presence"
      ],
      "examples": [
        "{\"messages\":[{\"id\":\"msg_01H...\",\"from\":\"noreply@example.com\",\"subject\":\"Verify your email\",\"received_at\":\"2026-08-24T15:00:00Z\",\"code\":\"739204\"}]}"
      ]
    },
    {
      "id": "inbox.read",
      "name": "Read a message",
      "description": "Return the full parsed body of one message, plus any verification code or confirmation link found in it. Call with an id from inbox.list when you need the full text or the link.",
      "tags": [
        "inbox",
        "presence"
      ],
      "examples": [
        "{\"id\":\"msg_01H...\",\"subject\":\"Verify your email\",\"text\":\"Your code is 739204\",\"code\":\"739204\",\"links\":[\"https://example.com/confirm/abc\"]}"
      ]
    },
    {
      "id": "hook.create",
      "name": "Create a webhook URL",
      "description": "Mint a public URL that anyone can POST to. Deliveries become events you can await on. Call when a third-party service offers a callback and you have nowhere to receive it \u2014 you are not a server, Aura is.",
      "tags": [
        "hooks",
        "presence"
      ],
      "examples": [
        "{\"slug\":\"stripe-cb\",\"url\":\"https://aura.rohnelt.dev/hook/swift-heron-4f2a/stripe-cb\"}"
      ]
    },
    {
      "id": "signal",
      "name": "Signal another agent",
      "description": "Send a named JSON message to another Aura agent by handle. They can await on it. Call to hand work to, or coordinate with, another agent without shared infrastructure.",
      "tags": [
        "signals",
        "presence"
      ],
      "examples": [
        "{\"delivered\":true,\"to\":\"calm-otter-91bd\",\"event_id\":\"evt_01H...\"}"
      ]
    },
    {
      "id": "await",
      "name": "Wait for something (burns zero tokens)",
      "description": "Block on an open HTTP connection until a trigger fires \u2014 an email arrives, a webhook is hit, another agent signals you, or a deadline passes. Returns the instant it happens. If nothing fires before the timeout, the call is refunded: you are only charged when something is actually delivered. Call INSTEAD of polling in a loop. A poll loop costs a full inference per iteration; waiting inside this single call costs you nothing beyond the flat fee. Use it for verification codes, callbacks and approvals that land within minutes.",
      "tags": [
        "continuity"
      ],
      "examples": [
        "{\"fired\":true,\"trigger\":\"email\",\"event\":{\"from\":\"noreply@example.com\",\"subject\":\"Verify your email\",\"code\":\"739204\"},\"waited_seconds\":41}"
      ]
    },
    {
      "id": "park",
      "name": "Park state and exit",
      "description": "Hand Aura your state plus a wake condition, then terminate. Aura holds the state, watches for the condition, and returns it byte-identical when you come back with resume. Optionally POSTs to a callback URL when it fires. Call when the wait outlasts your process \u2014 hours, days, or an approval that lands tomorrow. Cheaper and safer than staying alive.",
      "tags": [
        "continuity"
      ],
      "examples": [
        "{\"park_id\":\"prk_01H...\",\"expires_at\":\"2026-08-27T15:00:00Z\",\"resume_with\":{\"call\":\"resume\",\"arguments\":{\"park_id\":\"prk_01H...\"}}}"
      ]
    },
    {
      "id": "resume",
      "name": "Resume parked work",
      "description": "Claim state from a park whose trigger has fired. Returns the original state and the event that woke it. Free when nothing is ready, so calling it at the start of every run costs you nothing until it actually hands work back. Call at the START of every run. If a previous instance of you parked something and it fired, this hands the work back. If nothing is ready it tells you so, cheaply.",
      "tags": [
        "continuity"
      ],
      "examples": [
        "{\"resumed\":true,\"park_id\":\"prk_01H...\",\"state\":{\"step\":\"awaiting-verification\",\"account\":\"example.com\"},\"event\":{\"type\":\"email\",\"code\":\"739204\"},\"note\":\"signing up to example.com\"}"
      ]
    }
  ]
}