API Reference

REST API endpoints for querying audit logs and verifying proofs.

Overview

The AILP REST API allows your compliance and engineering teams to programmatically verify cryptographic proofs, query historical agent decisions, and export data for regulatory audits.

Authentication

All API requests require a Bearer token generated from your AILP Management Dashboard. Tokens should be kept secure and rotated regularly.

Endpoints

GET /v1/audits
Retrieve a paginated list of agent decisions.

GET /v1/proofs/{id}
Retrieve the cryptographic proof and Merkle path for a specific decision ID.

POST /v1/verify
Submit an offline payload to mathematically verify its authenticity against the AILP public key.

Full OpenAPI specification is available to authenticated enterprise users.