Agent OS API Reference

REST + WebSocket API for event ingestion, agent management, interrupts, and governance. All endpoints are available at the production base URL below.

Production Live REST + WebSocket OpenAPI 3.0 JWT + API Key Auth
# Base URL
https://vantageaiadvisory.com/agent-auth-api
 
# Authenticate
POST /api/auth/login
{ token: "ey..." }
 
# Use token
Authorization: Bearer <token>
 
# OpenAPI spec
/agent-auth-api/openapi.yaml