Integrations

Everything Stratam plugs into.

Live integrations on the left border, configurable on the middle, planned on the right. Every claim here is audited against the running system — if it's marked live, you can see it work today.

Live — wired and running today
Configurable — requires your credentials
Planned — see roadmap

Channels — where Stratam talks

3 live · 2 rolling out

Multiple inbound + outbound channels share the same persistent memory. Same agent, every surface.

Discord bot

live

Direct messages + channel mentions + slash commands. Per-user conversation memory. Anti-fab post-process on every reply.

discord.py · gateway WebSocket

Email (Gmail)

live

Read inbox via Gmail OAuth, send replies, draft responses, archive/delete. Triage handler with smart summaries.

Gmail API · OAuth refresh tokens

Web dashboard

live

Mobile-first operator console at /app. Send commands, see live activity, manage agents from any device.

phone token auth · /app /phone surfaces

SMS (Twilio)

rolling out

Inbound + outbound SMS via your Twilio number. Stratam texts you when monitor alerts fire; reply with commands.

Twilio webhook wired · needs phone number

Voice (Twilio Voice + Whisper)

rolling out

Stratam takes and makes phone calls. Whisper transcribes inbound, ElevenLabs voices outbound.

target: Q4 2026

AI providers — the brains

4 live · 1 config

Smart routing across providers. Stratam picks the right model for each task; you can override.

Anthropic Claude

live

Sonnet 4.5 for default reasoning, Haiku 4.5 for fast classification, Opus 4.6 for deep think. Smart-routed.

via Anthropic SDK + OpenRouter

Pro Max subscription

live

Cloud-local Claude Code subprocess via OAuth token. Zero marginal cost on every smart query.

CLAUDE_CODE_OAUTH_TOKEN env

OpenAI GPT

live

GPT-4o + GPT-5 routing via OpenRouter. Fallback when Anthropic is rate-limited or for specific tasks.

via OpenRouter

Google Gemini

live

Gemini 2.5 Flash for cheap fast classification. Pro for multimodal reasoning.

via OpenRouter

Your own API key

byo

Builder tier — paste your Anthropic, OpenAI, or OpenRouter key. Direct routing, you control the bill.

via .env on your droplet

Tools — what Stratam can run

11 live

Tools Stratam can invoke during a chat turn. Every call is logged in the activity audit.

Headless browser

live

Playwright + Chromium for navigate / click / fill / extract / screenshot. Persistent profile for logins.

~/.jarvis/playwright_profile

Code sandbox

live

Ephemeral Docker container: python (numpy/pandas), Node, Bash. Network-isolated, memory-capped.

jarvis-codex-py image · 128MB cap

Web search

live

DuckDuckGo, Wikipedia, RSS aggregation. Deep research mode for multi-source synthesis.

web_search + web_deep_research tools

HTTP requests

live

Generic REST API client. Hit any endpoint, parse JSON, set headers. Use for custom integrations.

http_request tool

Shell + Docker

live

Operator-only: run_shell with blocklist, docker_cmd with self-suicide guard, host_exec via SSH key.

gated by source_trust

Self-modification

live

Edit /app/jarvis.py, restart container, parse-check + snapshot before apply. Builder tier only.

self_modify_code · gated

Vault search

live

Persistent knowledge vault across sessions. Semantic + keyword search across your notes and intel.

Tessarion MCP at mcp.tessarion.org

Conversation recall

live

Search archived conversations by keyword or semantic similarity. "What did we say about X 3 weeks ago?"

conversation_archive.jsonl

Agent dispatch

live

Delegate to one of 244 specialist agents. Parallel mission mode for multi-agent research.

delegate_to_agent · parallel_mission

Reasoning helpers

live

think_step_by_step, verify_claim, task_decompose. For when you want explicit chain-of-thought.

3 dedicated reasoning tools

Query self-state

live

Live runtime introspection. Stratam can answer "what model am I on, what's queued, what shipped today" from real data.

query_self_state · live runtime snapshot

Productivity

3 live · 1 rolling out

Apps Stratam can read from and act on.

Google Calendar

live

Read upcoming events, create new events, propose meeting slots, cancel. Full OAuth.

Google Calendar API

X / Twitter

live

Post drafts to your queue, approve to publish, scan timeline, track engagement. Queue review via Discord.

X API v2

GitHub webhooks

live

Receive push/PR/issue events. Custom handlers for review automation, deploy triggers, notifications.

/api/webhook/github

Stripe webhooks

live

Subscription events, payment success/failure, dispute alerts. Wired for billing integration.

/api/webhook/stripe

Finance & markets

4 live

Real-time market data + portfolio integrations for trading and operator finance.

Hyperliquid

live

Read current positions, open trades, portfolio PnL. Monitor liquidation distance and funding rates.

Hyperliquid API

Crypto prices

live

Live prices for BTC, ETH, top alts. Fear & greed index, market sentiment, social signal.

CoinGecko + multiple sources

Stock data

live

yfinance for equity prices, news, fundamentals. Earnings calendar, analyst targets.

yfinance · Yahoo Finance

SEC EDGAR + FDIC

live

Filings monitor, bank find, CFPB complaint database. Built-in for due-diligence research.

SEC + FDIC + CFPB APIs

Infrastructure

5 live

The platform Stratam runs on. Builder tier customers can audit or replicate.

Docker (compose)

live

Multi-container: jarvis-cloud (the agent), jarvis-caddy (TLS), jarvis-qdrant (vectors), jarvis-watchdog (auto-restart).

docker-compose.yml

Caddy (TLS terminator)

live

Auto-renewing Let's Encrypt certs, HTTP/2, HSTS. Routes stratam.us → jarvis backend.

Caddyfile · auto_https on

Qdrant (vectors)

live

Vector database for semantic search across conversation history and the knowledge vault.

qdrant 1.x

Tessarion MCP vault

live

Cross-platform persistent vault for entities, intel, observations. Survives container restarts.

mcp.tessarion.org

DigitalOcean droplet

live

Single-droplet deployment by default. Builder tier can run on their own VPS for total isolation.

$12-24/mo · 1-2 vCPU · 2-4GB

Planned

6 on roadmap

Honest about what's not here yet. Full timeline at /roadmap.

Anthropic Computer Use

Q4 '26

Real desktop via Xvfb. For sites that resist Playwright DOM automation.

target: late 2026

Plaid (banking)

Q1 '27

Real account access for budgeting, subscription tracking. High trust bar required.

target: early 2027

Mobile control (ADB / Shortcuts)

Q1 '27

Android via ADB, iOS via Shortcuts. Real phone control.

target: early 2027

Slack workspace

planned

Same surface as Discord — bot + slash commands + channel mentions. Reachable from Slack.

timing TBD

WhatsApp Business

planned

WhatsApp inbound + outbound via Twilio. Useful for international ops.

timing TBD

Notion / Linear / Airtable

planned

Read/write structured workspaces. Use Stratam to keep them in sync.

timing TBD

Need an integration that's not here?

If it has an API or webhook, Stratam can probably reach it via http_request today.
If you need it tighter than that, tell us — we add ~1 integration per week.

Request integration Try with http_request →