Frequently asked questions

Answers about getting started with Fumi, hooking into your stack, and staying secure.

Fumi is deployed on Cloudflare Workers, Durable Objects, and D1, so events typically appear on your timeline in under one second. SDK calls and direct API requests are streamed through SSE or WebSocket fan-out so the dashboard and mobile apps stay in sync.
Yes. Workspaces can host multiple projects, each with their own API keys, actions, and notification rules. Use contexts to group environments like staging or production and filter in real time.
We publish SDKs for JavaScript/TypeScript, Python, and Go. Each SDK handles authentication, retries, and payload validation. You can also call the REST API directly or use our CLI for batch imports.
Webhooks are authenticated with signed HMAC headers, and push notifications require user opt-in per device. Configure retries and dead-letter webhooks to guarantee delivery for high-severity actions.
Absolutely. Run `bun run setup` to provision D1, configure secrets, and deploy your worker. The same code powers our hosted service and your edge deployment.