Everything you need to build secure, compliant AI agents.
Integrate in minutes, not days.
Copy, paste, and you're done. Production-ready code examples for Express.js, FastAPI, and more.
No authentication required. Returns complete passport data.
curl "https://aport.io/api/verify/ap_xxx"
# Response includes:
# - Passport metadata
# - MCP configuration
# - Policy evaluationDrop-in middleware for automatic verification.
const { requirePolicy } = require('@aporthq/middleware-express');
app.post('/api/refunds',
requirePolicy("finance.payment.refund.v1", "ap_xxx"),
(req, res) => {
res.json({ success: true });
}
);Cryptographically signed passports with real-time status verification and policy evaluation.
Model Context Protocol allowlists for servers and tools with automatic enforcement.
Pre-action verification with policy packs for finance, data, messaging, and code.
Choose the right auth method for your use case
Public verification endpoints
/api/verify/*Server-to-server access
Bearer apk_...User sessions & interactive
Bearer eyJ0...Our team is here to help you integrate APort into your application.