APAPORT
W3C DID/VC • SOC 2 Type II • Open Source

Passports & Policies
for AI Agents

Verify, Enforce and Prove AI Agent Actions
Pre-action verification • <200ms • Court-admissible

Open Source
Self-Hostable
Framework Agnostic
APAPORT?

AI agents are calling your APIs.
Can you prove what they're allowed to do?

⚠️

No Granular Control

Agents have valid credentials. Can't enforce spending limits. Row caps. Time windows.

📋

No Audit Trail

Auditors ask: 'Prove this was authorized.' Logs exist. Cryptographic proof doesn't.

Too Complex

Can't add 500ms latency. Can't rewrite entire stack. Need something that works.

Passport. Policy. Proof.

Three words. One promise.

APAPORT

Passport

Persistent agent identity. W3C DID/VC. Portable across platforms.

  • W3C DID/VC compliant
  • Portable credentials
  • Global revocation
APAPORT

Policy

Pre-action enforcement. Sub-200ms. Daily caps. Row limits. Currency checks.

  • Sub-200ms latency
  • Pre-action enforcement
  • 12+ pre-built packs
APAPORT

Proof

Ed25519 signatures. Court-admissible. Immutable audit trail.

  • Ed25519 signatures
  • Court-admissible
  • Immutable audit trail
APAPORT

10 lines of code.
Any framework.

Express. FastAPI. NGINX. CloudFront Functions.

server.js
import { requirePolicy } from '@aporthq/express-middleware';

// Protect any route with policy enforcement
app.post('/api/payments/refund',
  requirePolicy({
    policyId: 'finance.payment.refund.v1',
    mode: 'simple', // or 'secure' for enterprise
  }),
  async (req, res) => {
    // Your route logic here
    // APort has already verified the agent passport
    // and enforced policy limits
    res.json({ success: true });
  }
);

Built for Regulated Industries

Where compliance is mandatory, not optional

Legal Tech

Court-admissible attestations. AI contract review. E-discovery. Legal research.

  • Malpractice protection
  • Ethics board compliance
  • 60-90 day cycles

Financial Services

SOX 404 compliance. AI trading. Payments. Fraud detection.

  • AML/KYC audit trails
  • Trade execution proof
  • Payment authorization

Healthcare

HIPAA compliance. Prior authorization. Claims processing. Patient data access.

  • Patient data audit trails
  • PHI access control
  • Prior auth automation
APAPORT

Design Partner Program

First 3-5 companies shape the passport for AI agents.
White-glove onboarding. Grandfathered pricing. Direct founder access.