Solutions — Docker
Your data, queryable
by AI agents.
In one docker pull.
A lightweight container that connects your database to the Source network. Your data stays on your servers — we just open a secure, queryable endpoint for AI agents.
How it works
01
Pull the Source container and run it with your database credentials and your Source API Key
02
The container reads your schema and exposes a secure endpoint — nothing leaves your infrastructure
03
Your endpoint is live in the Source catalog — AI agents can discover and query it instantly
terminal
# Authenticate with Source registrydocker login registry.Source.io \ --username your_username \ --password YOUR_API_KEY # Pull the Source agent imagedocker pull registry.Source.io/Source/agent:latest # Run your data agentdocker run -d \ -e SW_API_KEY=YOUR_API_KEY \ -e SW_DB_URL=your_database_url \ -p 8080:8080 \ registry.Source.io/Source/agent:latestLightweight
A single container — no agent, no background process watching your data.
Secure
Your data never leaves your servers. Only query results are returned, on your terms.
Controlled
You decide who accesses your endpoint and revoke access anytime from your dashboard.