A Capability SDK built around the product.
Give an application one typed package for the capabilities it owns. The SDK stays small even when the workspace grows.
const support = new FusedSDK({ engineUrl });
await support.linear.getIssue({ id });
await support.slack.sendMessage({ channel, text });