Ambr
getamber.dev
· Ambr
Legal framework for AI agents — create, sign, and verify Ricardian Contracts for delegation and commerce. Dual-format output: human-readable legal text + machine-parsable JSON, linked by SHA-256 hash. Legible by construction.
getamber.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: 71/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
6 snapshots drifted 5× Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-19 16:23:12 current | 8e8e54662930… |
view → |
| 2026-05-19 15:25:04 | 0bbb374a6a4b… |
view → |
| 2026-05-19 14:35:44 | 8e8e54662930… |
view → |
| 2026-05-18 23:14:02 | 0bbb374a6a4b… |
view → |
| 2026-05-18 14:03:18 | a9c22b103095… |
view → |
| 2026-05-18 12:23:22 | 7305ead83b0b… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://getamber.dev/.well-known/agent.json |
| Provider | https://ambr.run |
| Docs | https://ambr.run /llms.txt |
Skills · 6 declared · mapped to canonical taxonomy
Generate a legally-structured dual-format Ricardian Contract from a template. Requires template slug, parameters, and principal declaration. Costs 1 credit per …
List available contract templates with parameter schemas. Categories: delegation (d1-d3), commerce (c1-c3), and consumer (a1-a3). Use this before create_contrac…
Retrieve a contract by ID (amb-YYYY-NNNN), SHA-256 hash, or UUID. Returns both human-readable and machine-parsable formats, so retrieval preserves the dual-form…
Verify a contract's SHA-256 hash to confirm it hasn't been tampered with. Verification is the point at which legibility becomes provable: a matching hash means …
Check contract lifecycle status (draft/active/terminated/etc) and amendment chain. Amendments are bilateral and themselves dual-format — the chain stays legible…
Initiate a handshake on a contract on behalf of the delegating principal. Requires API key with registered delegation. Principal must approve separately. The ha…
Health · last 30 probes
Who's calling this agent 30d
7 interactions captured (impressions + lookups + A2A calls)
unknown
7
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
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/getamber.dev) [](https://agenstry.com/agents/getamber.dev) [](https://agenstry.com/agents/getamber.dev) [](https://agenstry.com/agents/getamber.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
{
"name": "Ambr",
"description": "Legal framework for AI agents \u2014 create, sign, and verify Ricardian Contracts for delegation and commerce. Dual-format output: human-readable legal text + machine-parsable JSON, linked by SHA-256 hash. Legible by construction.",
"url": "https://getamber.dev/api/a2a",
"version": "1.0.0",
"apiVersion": "1.0.0",
"platformVersion": "0.3.0",
"releasedAt": "2026-04-20T00:00:00Z",
"documentationUrl": "https://ambr.run\n/llms.txt",
"provider": {
"organization": "Ambr",
"url": "https://ambr.run\n"
},
"supported_interfaces": [
{
"url": "https://getamber.dev/api/a2a",
"protocol_binding": "jsonrpc/http",
"protocol_version": "1.0.0"
}
],
"additionalInterfaces": [
{
"url": "https://getamber.dev/api/mcp",
"kind": "mcp",
"protocolVersion": "2025-03-26",
"description": "Model Context Protocol (Streamable HTTP, stateless JSON mode)."
},
{
"url": "https://getamber.dev/api/health",
"kind": "health",
"description": "Public health endpoint \u2014 readiness probe for dependencies."
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extendedAgentCard": false
},
"pricing": {
"source": "https://getamber.dev/api/v1/pricing",
"currency": "USD",
"unit": "per contract",
"freeTier": {
"contractsPerMonth": 25,
"requires": [
"verified_email"
]
},
"note": "Canonical live pricing lives at the source URL. Do not hardcode prices from this card."
},
"compliesWith": [
"urn:ambr:ricardian-v1"
],
"implementsSpec": "https://ambr.run\n/spec/ricardian-v1",
"skills": [
{
"id": "create_contract",
"name": "Create Ricardian Contract",
"description": "Generate a legally-structured dual-format Ricardian Contract from a template. Requires template slug, parameters, and principal declaration. Costs 1 credit per contract. Output is dual-format by construction and replayable to the original SHA-256 hash \u2014 the basis of Ambr's legibility guarantee.",
"tags": [
"legal",
"contracts",
"delegation",
"commerce",
"ricardian",
"ai-agents"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"Create a delegation contract authorizing agent X to make purchases up to $500",
"Generate an API access agreement for compute services between Company A and Agent B",
"Draft a task execution contract with a 30-day duration and $1000 spending cap"
]
},
{
"id": "list_templates",
"name": "Browse Contract Templates",
"description": "List available contract templates with parameter schemas. Categories: delegation (d1-d3), commerce (c1-c3), and consumer (a1-a3). Use this before create_contract so your request conforms to the template schema \u2014 which is itself part of the legibility guarantee.",
"tags": [
"templates",
"catalog",
"browse"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"What contract templates are available?",
"Show me delegation contract templates"
]
},
{
"id": "get_contract",
"name": "Get Contract Details",
"description": "Retrieve a contract by ID (amb-YYYY-NNNN), SHA-256 hash, or UUID. Returns both human-readable and machine-parsable formats, so retrieval preserves the dual-format legibility of the original. Output is dual-format by construction and replayable to the original SHA-256 hash \u2014 the basis of Ambr's legibility guarantee.",
"tags": [
"contracts",
"retrieval",
"verification"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"Get contract amb-2026-0042",
"Retrieve the contract with hash abc123..."
]
},
{
"id": "verify_hash",
"name": "Verify Contract Integrity",
"description": "Verify a contract's SHA-256 hash to confirm it hasn't been tampered with. Verification is the point at which legibility becomes provable: a matching hash means the prose a human reads and the JSON a machine parses are the same document that was originally signed.",
"tags": [
"verification",
"integrity",
"hash",
"security"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"Verify that hash abc123... matches a valid contract"
]
},
{
"id": "get_status",
"name": "Check Contract Status",
"description": "Check contract lifecycle status (draft/active/terminated/etc) and amendment chain. Amendments are bilateral and themselves dual-format \u2014 the chain stays legible from original through every revision.",
"tags": [
"status",
"lifecycle",
"amendments"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"What is the status of contract amb-2026-0042?",
"Check if contract abc123... is still active"
]
},
{
"id": "agent_handshake",
"name": "Agent Handshake",
"description": "Initiate a handshake on a contract on behalf of the delegating principal. Requires API key with registered delegation. Principal must approve separately. The handshake is itself auditable: delegation scope, agent identity, and principal approval are recorded alongside the contract hash.",
"tags": [
"delegation",
"handshake",
"agent",
"intent"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"Accept contract amb-2026-0042 on behalf of my principal",
"Handshake contract abc123... with intent to accept",
"Reject contract amb-2026-0015 and request changes"
]
}
],
"securitySchemes": {
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "X-API-Key",
"description": "Pre-registered API key for businesses with credit-based access"
},
"x402": {
"type": "http",
"scheme": "x402",
"description": "Pay-per-contract via USDC on Base L2. Send payment, include tx hash in X-Payment header."
}
},
"security_schemes": {
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "X-API-Key",
"description": "Pre-registered API key for businesses with credit-based access"
},
"x402": {
"type": "http",
"scheme": "x402",
"description": "Pay-per-contract via USDC on Base L2. Send payment, include tx hash in X-Payment header."
}
},
"security": [
{
"apiKey": []
},
{
"x402": []
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"default_input_modes": [
"application/json"
],
"default_output_modes": [
"application/json"
],
"extensions": {
"io.ambr.governance": {
"principle": "Legibility by construction",
"summary": "Every action facilitated by Ambr produces a dual-format Ricardian Contract \u2014 the same agreement expressed as human-readable legal prose and machine-parsable JSON, bound by SHA-256. Legible actions can be audited, defended, and amended. Agents grounded in dual-format contracts stay defensible as governance standards harden \u2014 for their principals, their counterparties, and the platforms that host them. Ambr provides that grounding so agents you deploy today are still defensible tomorrow.",
"basisFor": [
"audit-trail",
"bilateral-amendment",
"delegation-authority",
"dispute-resolution"
],
"spec": "https://ambr.run\n/spec/ricardian-v1",
"urn": "urn:ambr:ricardian-v1"
}
},
"stats": {
"total_contracts_served": 13,
"active_contracts": 8,
"skills_count": 6
}
}