1. Verify organization email and domain
Quickstart
From organization to first enforced decision.
Create an account, verify your domain, issue a rate-limited credential, register an Ed25519 public issuer key, and call the authenticated verifier.
Designed for A guided self-service path; no sales call or manual provisioning required.
Operational outcomes
What AAC changes.
2. Create an API credential and register a public issuer key
3. Download a starter, obtain an exact permit, and retrieve completion evidence
Organization value
Why make AAC part of your product.
Introduce consequential agent capabilities with a deterministic authority checkpoint before execution.
Bring portable decision evidence into customer security reviews, enterprise procurement, audit correlation, and internal controls.
Use one fail-closed integration contract across tools, services, workflows, transactions, and agent frameworks.
Build measurable authenticated usage and, with explicit consent, public visibility as a verified AAC organization.
Enforcement pattern
Permit is explicit.
Everything else denies.
POST https://agentauthoritychain.com/api/v1/verify
Authorization: Bearer <organization-credential>
X-AAC-Timestamp: <current-unix-time>
X-AAC-Nonce: <unique-random-value>
Content-Type: application/json
{
"input_type": "signed",
"signed_scenario": {
"signed_chain": ["<compact Ed25519 JWS>"],
"request": { "operation": "<protected operation>" }
}
}See the machine-readable OpenAPI contract for the current request and response schema.
Official integration starters
Download. Configure. Enforce.
Credentials are supplied at runtime. Private signing keys never leave your environment.
Evaluation questions
Questions AAC answers.
Never upload a private key
Use a unique nonce and current timestamp
Treat timeout or malformed response as deny
Self-service authority enforcement
Verify the organization.
Strengthen the product.
Start free, add authority enforcement to a real workflow, and build decision evidence your engineering, security, customers, and partners can inspect.