The Artifact chooses the context.
Artifact configuration selects the Bucket for a request. The Bucket simply holds its keys, variables, and connected users—like a wallet the Engine opens at execution.
The licensed Fused Engine runs close to your products and data. It handles credentials, API calls, MCP sessions, and webhook traffic inside the environment you operate.
Inside the Engine
A few layers keep access predictable without leaking integration concerns into every product that needs them.
Artifact configuration selects the Bucket for a request. The Bucket simply holds its keys, variables, and connected users—like a wallet the Engine opens at execution.
Applications and agents send intent. Engine resolves and injects the configured credential when it makes the approved provider call.
API payloads, MCP execution, and webhook traffic stay in the infrastructure where you deploy Engine.
Point it at your Engine, review a plan, and apply workspace, SDK, MCP, webhook, and Bucket configuration from the terminal.
You can inspect the Engine source. Commercial or production use requires a Fused agreement and license key, and Engine requires its Registry handshake to start.
Configuration as code
Describe the workspace and the interfaces your products need in reviewable YAML. fused-cli shows the change before it applies anything to Engine.
apiVersion: fused/v1
kind: workspace
services:
linear:
versions:
- version: "v1"
slack:
versions:
- version: "v2"Choose the services and versions this workspace can use. Engine resolves the plan into local runtime state before anything changes.
fused-cli workspace plan && fused-cli workspace applyHow it fits
Run the licensed binary or container in the environment your team operates.
Use the CLI to apply service access and the right credential context.
Call providers, execute agent operations, and receive events close to your systems.
Request access to receive your Fused license key, then deploy Engine close to the products, credentials, and integration traffic it serves.
Request a license key