API Reference
Complete reference for RunLog AI's REST API and SDKs. Build custom integrations and extend our platform.
Quick Start
Get started with our SDKs in minutes
Official SDKs
Python SDK
v1.2.0Complete Python SDK with async support and type hints
TypeScript SDK
v1.1.0Full-featured TypeScript/JavaScript SDK for Node.js and browsers
REST API Endpoints
Core Endpoints
Base URL:
https://api.runlog.ai
POST
Create a new agent run/v1/runs
GET
Get run details and traces/v1/runs/{id}
POST
Evaluate policies against actions/v1/policies/evaluate
POST
Start deterministic replay/v1/replay
Authentication
All API requests require authentication using your API key
curl -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ https://api.runlog.ai/v1/runs
Rate Limits
API rate limits by plan tier
Free
100
requests/minute
Pro
1,000
requests/minute
Enterprise
Custom
contact sales