Two components
Registry
The catalogue. It turns an API description into a versioned service contract every team can inherit instead of working out again.
Engine
The runtime, in your infrastructure. Credentials, execution, policy, and event delivery stay inside it.
The four things you will work with
Workspace
Which services and versions your company has approved.
App (SDK)
A typed package holding only what one product needs.
MCP
An Engine-hosted server giving an agent scoped access across services.
Bucket
Where credentials live, and how they reach a call without reaching your code.
How a change reaches the Engine
Everything configurable is a file under.fused/, and every change goes through the same two steps.
app_version_immutable. You publish a new version instead of quietly rewriting the contract of software already in production.
Three credentials
Keeping these apart avoids most early confusion.
Provider credentials never appear in a config file, a generated package, or an agent’s context.
Get an Engine running
Hosted or your own infrastructure. Everything else needs one.
Quickstart
Install the CLI and ship a working SDK.