Getting Started
Introduction to DataFuse
Connect an agent to ready-made integrations or your own APIs.
Introduction to DataFuse
DataFuse is an integration layer for AI agents. It gives your application one place to discover tools, connect user accounts, invoke provider actions, and inspect execution results.
What you can build
- Ready integrations: search the provider catalog and expose a focused set of tools.
- Custom integrations: import OpenAPI or define endpoints in YAML.
- Connected-user authentication: route OAuth and API-key setup through the server-side integration service.
- Tool execution: call provider actions without putting raw credentials in model prompts.
- Operational history: inspect execution status and organization audit events.
The basic flow
- Create a DataFuse account and workspace.
- Select an integration and connect an account.
- Resolve the available tools.
- Invoke a tool from your application or the workbench.
Continue with the installation guide or jump to the five-minute quickstart.