Install and run container on your machine
Connect to a local database
To connect your agent to a locally running database, you must specifyhost.docker.internal in the Superblocks integration config, not localhost. More on this here.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Estimated deployment time: 2 minutes
curl -s https://charts.superblocks.com/agent/compose.yaml | \
SUPERBLOCKS_AGENT_KEY="<YOUR_AGENT_KEY>" \
SUPERBLOCKS_AGENT_HOST_URL="http://localhost:8080" \
SUPERBLOCKS_AGENT_DATA_DOMAIN="app.superblocks.com" \
SUPERBLOCKS_DOCKER_AGENT_TAG="latest" \
docker compose -p superblocks -f - up
host.docker.internal in the Superblocks integration config, not localhost. More on this here.