Skip to main content

Data Sources

Unified data layer for autonomous music agents. Agentbot agents read, write, and act on data from databases, blockchains, AI models, and external APIs — all through a single integration surface.

Overview

Every agent needs data. Agentbot provides a layered data architecture — from local storage to onchain reads — so your agents can query, persist, and act on real-time information without custom plumbing.

Source Categories

Databases

Blockchain

AI Providers (BYOK)

All providers are Bring Your Own Key — no markup on API costs.

External APIs

Payments

Configuration

Set data source credentials in your .env:

Architecture

Data Isolation

Multi-tenant deployments enforce strict data boundaries:
  • Each user’s agent data is isolated via userId scoping
  • Database queries filter by authenticated session
  • BlockDB queries include creator attribution
  • Blockchain reads are per-wallet (no shared state)