2 min readUpdated Mar 2, 2026

Integration APIs

Vantage connects to third-party services through their APIs. This page provides an overview of the API interactions managed by each integration type.


Authentication APIs

Vantage uses standard authentication protocols to connect to external services:

ProtocolServicesHow It Works
OAuth 2.0Google, Microsoft, Slack, GitHub, Instagram, MetaBrowser-based authorization flow with token refresh
API KeyDatabases, AI providers, AWS, Stripe, ShopifyDirect key entry stored as encrypted credentials

Database APIs

Vantage communicates with databases using their native protocols:

DatabaseProtocol
PostgreSQLPostgreSQL wire protocol (pg)
MySQLMySQL wire protocol
MSSQLTDS (Tabular Data Stream)
MongoDBMongoDB wire protocol
DynamoDBAWS SDK (REST API)
FirestoreGoogle Cloud Client Library
RedisRedis protocol (RESP)

AI Provider APIs

ProviderAPIUsage
OpenAIChat Completions APIText generation, analysis, embeddings
Anthropic (Claude)Messages APIText generation and analysis
Google (Gemini)Generative Language APIText and multimodal generation
DeepSeekChat Completions APIText generation
xAI (Grok)Chat Completions APIText generation
MistralChat APIText generation

Payment APIs

ServiceAPIUsage
StripeCheckout API, Webhooks APISubscription management, payments, token purchases

Social Media APIs

ServiceAPIUsage
InstagramGraph APIPosts, media, insights, profiles
MetaGraph APIPages, posts, insights
X (Twitter)API v2Tweets, users, search
RedditAPIPosts, subreddits, search

For More Details

See individual integration documentation in the Platform Integrations reference section.