Docs/API Reference/Overview
API Overview
The Alphagent API is fully compatible with OpenAI SDKs. Simply change the base_url and api_key to integrate Alphagent into your existing workflow.
#Base URL
https://api.alphagent.co/v1#Responses Endpoint
The primary endpoint for generating responses from Alphagent models.
POST /v1/responses#Key Features
OpenAI Compatible
Drop-in replacement for OpenAI SDKs. Same interface, different endpoint.
Multi-Agent Models
5 specialist agents for fundamentals, portfolio, derivatives, technicals, and sentiment.
Streaming Support
Real-time SSE streaming with tool call visibility.
Claim Verification
Every response includes verification metadata with confidence scores.
#API Reference
Explore the detailed API documentation for each topic.