Database import paths
API import paths
Hookfish from @hookfish/sdk.
Pass organization once to select organization-prefixed operations for every
supported resource:
@hookfish/api for the broker runtime and lower-level composition. Import
the migration helper from @hookfish/database.
Individual provider packages
@hookfish/providers re-exports all built-in factories. Install an individual
package such as @hookfish/provider-github or @hookfish/provider-mcp when you
want to keep the dependency surface narrow.
Import
@hookfish/backend only when composing a raw Hookfish-compatible API
handler yourself. HookfishServer.init(...).fetch already applies that layer.