AGLedger is self-hosted change control for AI agents and automated work. Your agents and systems sign what they intend, what they did, and on whose authority - Ed25519-signed, hash-chained, and verifiable offline. Runs entirely on your infrastructure, on-premises or fully air-gapped, with no phone-home.
AGLedger is a self-hosted notary engine for AI agents, RPA bots, CI pipelines, and any system that speaks HTTP or MCP. It runs entirely on your own infrastructure - Docker Compose or Kubernetes (Helm on EKS), on-premises or fully air-gapped - with no phone-home and no vendor in the data path. You hold the signing keys, the database, and the records.
SIGNED INTENT - Before the work, an agent records what it was told to do, the bar for "done right," and where the result should go - each entry Ed25519-signed and hash-chained the moment it is written. After a context wipe or a hand-off, the agent reads back its own goal byte-for-byte instead of reconstructing it.
LIVE COORDINATION - When a result posts, a principal - a human, an agent, or a rules engine - renders the verdict, and AGLedger holds the signed record of accept or reject. Every subscriber hears it the instant it happens, inside one team or across company lines via peer-to-peer federation.
THE ACCOUNT, BY ARCHITECTURE - Every intent, verdict, and outcome is tamper-evident and attributable, verifiable offline by anyone holding the public keys, without trusting your infrastructure or ours. It produces the account the EU AI Act requires and satisfies Article 12's record-keeping requirements; the same records also serve ISO/IEC 42001, NIST AI RMF, and non-AI frameworks like SOX and HIPAA.
INTEGRATION AND DEPLOYMENT - An agent-optimized API (OpenAPI 3.0; responses carry nextSteps and recovery hints so agents self-correct), TypeScript and Python SDKs, a CLI, and an MCP server. Works with any model - Claude, GPT, Gemini - and any process that speaks HTTP. Contract types are your own JSON Schemas, registered through the API. Deploy on EKS or any Kubernetes via Helm, or Docker Compose on any Linux host; bring your own PostgreSQL (Aurora, RDS, on-prem) and your own Ed25519 keys. Perpetual license that fails open - no kill switch, no expiry, no quota.
Highlights
Signed intent: agents recover their goal byte-for-byte after a context wipe or hand-off, each entry Ed25519-signed and hash-chained at the moment it happens.
Live coordination: a principal renders the verdict, AGLedger holds the signed accept or reject, and every subscriber hears it instantly - across teams or companies via peer-to-peer federation.
The account, by architecture: tamper-evident and verifiable offline by anyone holding the public keys. Self-hosted, even air-gapped - producing the account the EU AI Act's Article 12 requires.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
Pricing is based on the duration and terms of your contract with the vendor. This entitles you to a specified quantity of use for the contract duration. If you choose not to renew or replace your contract before it ends, access to these entitlements will expire.
Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator to estimate your infrastructure costs.
Perpetual license for one AGLedger database instance. Full platform: record notarization, tamper-evident signed audit vault, gates with verdicts and disputes, Settlement Signals, custom contract types via JSON Schema, delegation chains, federation, and LLM agent discovery surfaces. Self-hosted via Helm or Docker Compose. Fails open - no phone-home, no expiry, no quotas. Purchase Annual Support for updates and priority support.
$3,000.00
AGLedger Annual Support
Annual support contract for one AGLedger database instance. Email support with 24-hour business-day response SLA, priority handling for production incidents, and access to the secure support bundle upload channel for faster diagnostics.
Pricing has two parts you buy per database instance. The first is a perpetual license for one AGLedger database instance. You pay once and own the software; it keeps running with no expiry, quotas, or phone-home. The second is an annual support contract for one instance. Support adds email help with a 24-hour business-day response, priority handling for production incidents, and a secure support bundle upload channel. Support renews yearly and is separate from the license. You can hold the license alone or add support. Each additional database instance needs its own license and, if wanted, its own support.
Top-of-mind questions for buyers
What counts as one database instance for licensing?
A database instance is one unique PostgreSQL database that AGLedger connects to and records data in. It is identified by its logical database, regardless of connection path. Failover, migration, or endpoint changes do not create new instances. High-availability replicas of the same database are included at no extra charge.
Do I need extra licenses for development, staging, or testing environments?
No. For each licensed production database instance, you may run up to three non-production instances for development, staging, testing, or CI at no added cost. A second production database instance that records new data requires its own separate license.
If I skip annual support or let it lapse, does the software stop working?
No. The license is perpetual and the software keeps running with no expiry or kill switch. Without active support, you lose access to updates and new versions. Security fixes stay free regardless of support status. Support adds email help, priority incident handling, and a secure diagnostics upload channel.
agledger.ai+1
Helpful?
Vendor refund policy
Full refund available within 30 days of activation, no questions asked. Contact support@agledger.ai with your AWS account ID to request a refund.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
Containers are lightweight, portable execution environments that wrap server application software in a filesystem that includes everything it needs to run. Container applications run on supported container runtimes and orchestration services, such as Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS). Both eliminate the need for you to install and operate your own container orchestration software by managing and scheduling containers on a scalable cluster of virtual machines.
Version release notes
AGLedger 1.4.0 adds signing-algorithm agility and the single-Server FIPS configuration it unlocks: an ES256 vault key and an ES256-signed license behind an explicit opt-in, with Ed25519 remaining the default so existing installs are unaffected. A contract Type can now be offered by more than one publisher, and a record resolves and is judged against the exact registration it was bound to rather than by type name alone. The A2A surface serves both the 1.0 and 0.3 protocol versions, negotiated per request, and OpenShift is reachable from the documented Helm install path. The release runtime base moves to Red Hat UBI 10. Install and upgrade paths are hardened against pre-existing configuration, side-by-side instances, and upgrades run from a source checkout. One consumer-visible change: a record's schemaUrl is now null when the record arrived from a federated peer whose Type this Server does not hold, rather than a link that resolved into the wrong namespace.
database.externalUrl: the role that runs migrations must be a SUPERUSER (rds_superuser on Amazon RDS/Aurora); the schema installs an event trigger that requires superuser. For a least-privilege split, set secrets.databaseUrlMigrate to a superuser URL used only for migrations and keep database.externalUrl as a DML-only role.
config.externalUrl: the public URL of this install - it is signed into every record as the issuer. Auto-derived from ingress.hosts[0] when ingress is enabled.
marketplace.serviceAccountAnnotations: IRSA role with license-manager:CheckoutLicense and license-manager:CheckInLicense permissions, used to validate your AWS Marketplace entitlement (checked out and immediately checked back in at boot).
EKS worker nodes pull the image with their standard ECR read permissions once the account is subscribed.
FIPS-mode clusters: Ed25519 is unavailable under FIPS providers, so generate an ES256 key instead (openssl genpkey -algorithm EC -pkeyopt ec_paramgen_curve:P-256 | openssl pkcs8 -topk8 -nocrypt -outform DER | base64 -w0) and add --set config.allowNonDefaultSigningAlg=true. Chain consumers need @agledger/verify 1.4.0+ (the release that resolves an @agledger/verify-core carrying ES256 under every install shape); tell them before they verify, because older verifiers report a signature failure rather than naming the algorithm. Federation is unavailable on FIPS hosts.
This Marketplace image is a byte-for-byte copy of the linux/amd64 image from the signed public release agledger/agledger on Docker Hub (published there as a multi-arch index; the arch tag below is that same amd64 manifest). Verify the public release with cosign + slsa-verifier (SLSA Build L3), then confirm this image matches:
Email: support@agledger.ai
URL: https://agledger.ai/docs
Support description:
All AGLedger Enterprise licenses include technical support via email with a 24-hour initial response SLA on business days. Support covers installation, configuration, upgrades, and troubleshooting of the AGLedger API and its deployment packaging (Docker Compose, Helm, federation). A built-in diagnostic tool (GET /admin/support-bundle) generates a sanitized system report that can be securely uploaded to our support team for faster resolution. Critical production issues (P0) receive priority handling. Documentation, integration guides, and API reference are available at agledger.ai/docs.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.