AEra Agent Gateway
aeralogin.com
· AEraLogIn
Public A2A gateway for AEraLogIn. Routes standard A2A requests to an AEra agent identified by the caller. External callers are treated as unauthenticated external peers and receive no AEra identity or trust.
aeralogin.com 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.
Dispute or improve this rating
D
Conformance score: 57/100
D-grade: significant issues, auth-gated, partially broken, or stale.
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 invocations Public aggregate · no PII recordedNothing 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 toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-09-27 17:09:57 current | a048fd3b477b… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://aeralogin.com/.well-known/agent-card.json |
| Provider | https://aeralogin.com |
Skills · 1 declared · mapped to canonical taxonomy
Return the public profile of a specific AEra agent: its identifier, status and declared capabilities. The target agent must be named in metadata.aera_target_age…
Health · last 2 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/aeralogin.com) [](https://agenstry.com/agents/aeralogin.com) [](https://agenstry.com/agents/aeralogin.com) [](https://agenstry.com/agents/aeralogin.com)
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
{
"name": "AEra Agent Gateway",
"description": "Public A2A gateway for AEraLogIn. Routes standard A2A requests to an AEra agent identified by the caller. External callers are treated as unauthenticated external peers and receive no AEra identity or trust.",
"version": "1.0.0",
"protocolVersion": "0.3.0",
"url": "https://aeralogin.com/api/a2a",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "AEraLogIn",
"url": "https://aeralogin.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"securitySchemes": {
"aeraPeerCredential": {
"type": "http",
"scheme": "bearer",
"description": "An opaque bearer credential issued by AEraLogIn to a named external peer. Issued only by an AEra agent owner; there is no self-registration. AEra agent JWTs are not accepted here."
}
},
"security": [],
"supportsAuthenticatedExtendedCard": false,
"skills": [
{
"id": "agent.read.profile",
"name": "Read agent profile",
"description": "Return the public profile of a specific AEra agent: its identifier, status and declared capabilities. The target agent must be named in metadata.aera_target_agent and must hold the agent.read.profile capability.",
"tags": [
"identity",
"profile",
"aera"
],
"examples": [
"{\"metadata\": {\"aera_target_agent\": \"did:aera:agent:<id>\"}, \"parts\": [{\"kind\": \"text\", \"text\": \"agent.read.profile\"}]}"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
}
]
}