14A Demo - Client Report Compiler Agent
14a-demo.tositron336.workers.dev
· 14A
Accepts a client name, date range, and performance metrics, compiles them into a report, and stores it. Standalone demo build for 14A.
14a-demo.tositron336.workers.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.
Dispute or improve this rating
D
Conformance score: 47/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-08-29 04:21:05 current | 3871317a9e62… |
view → |
Endpoints
| Agent card | https://14a-demo.tositron336.workers.dev/.well-known/agent.json |
| Provider | https://14a.dev |
Skills · 1 declared · mapped to canonical taxonomy
Takes a client name, date range, and metrics and saves a formatted report entry.
Health · last 1 probes
Cheaper or better alternatives per-skill
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
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/14a-demo.tositron336.workers.dev) [](https://agenstry.com/agents/14a-demo.tositron336.workers.dev) [](https://agenstry.com/agents/14a-demo.tositron336.workers.dev) [](https://agenstry.com/agents/14a-demo.tositron336.workers.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": "0.3.0",
"name": "14A Demo - Client Report Compiler Agent",
"description": "Accepts a client name, date range, and performance metrics, compiles them into a report, and stores it. Standalone demo build for 14A.",
"url": "https://14a-demo.tositron336.workers.dev/a2a",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "14A",
"url": "https://14a.dev"
},
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "compile-client-report",
"name": "Compile client report row",
"description": "Takes a client name, date range, and metrics and saves a formatted report entry.",
"tags": [
"reporting",
"marketing-agency",
"client-reporting"
],
"examples": [
"Log this week's report for Acme Corp: spend $1200, impressions 45000, clicks 890, conversions 34."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"security": [
{
"bearerAuth": []
}
],
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"description": "Static bearer token."
}
}
}