# OpenBunny ## Docs - [Contacts](https://docs.openbunny.ai/api-reference/cloud/contacts.md): Cloud API endpoints for team-scoped contact management. - [Email](https://docs.openbunny.ai/api-reference/cloud/email.md): Cloud API endpoints for Gmail OAuth and webhook integration. - [Tasks](https://docs.openbunny.ai/api-reference/cloud/tasks.md): Cloud API endpoints for team-scoped task management. - [Teams](https://docs.openbunny.ai/api-reference/cloud/teams.md): Cloud API endpoints for team management. - [API tokens](https://docs.openbunny.ai/api-reference/cloud/tokens.md): Cloud API endpoints for managing API tokens (PAK). - [Contacts](https://docs.openbunny.ai/api-reference/service/contacts.md): Service API endpoints for contact management. - [MCP](https://docs.openbunny.ai/api-reference/service/mcp.md): Model Context Protocol endpoint for LLM tool integration. - [Schedules](https://docs.openbunny.ai/api-reference/service/schedules.md): Service API endpoints for task reminder schedules. - [Search](https://docs.openbunny.ai/api-reference/service/search.md): Service API endpoints for hybrid search and duplicate detection. - [Tasks](https://docs.openbunny.ai/api-reference/service/tasks.md): Service API endpoints for task management. - [Architecture](https://docs.openbunny.ai/architecture.md): How OpenBunny's components work together across deployment modes. - [backend](https://docs.openbunny.ai/cli/backend.md): Configure the storage backend (local or remote). - [email](https://docs.openbunny.ai/cli/email.md): Manage the Gmail channel connection, whitelist, and label filters. - [imessage](https://docs.openbunny.ai/cli/imessage.md): Manage the iMessage channel on macOS. - [CLI overview](https://docs.openbunny.ai/cli/overview.md): Command-line interface for managing channels, backend, tasks, and contacts. - [tasks, contacts, ui](https://docs.openbunny.ai/cli/tasks-and-contacts.md): List tasks, search contacts, and start the local UI. - [telegram](https://docs.openbunny.ai/cli/telegram.md): Manage the Telegram channel connection and chat filter. - [whatsapp](https://docs.openbunny.ai/cli/whatsapp.md): Manage the WhatsApp channel connection and whitelist. - [Client overview](https://docs.openbunny.ai/client/overview.md): Lightweight local web UI with Kanban board for task management. - [Setup](https://docs.openbunny.ai/client/setup.md): Install and run the client locally. - [Authentication](https://docs.openbunny.ai/cloud/authentication.md): Web sessions and API token authentication for the cloud. - [Database](https://docs.openbunny.ai/cloud/database.md): Supabase PostgreSQL schema with Row Level Security. - [Multi-tenancy](https://docs.openbunny.ai/cloud/multi-tenancy.md): Team-based data isolation with role-based access control. - [Notifications](https://docs.openbunny.ai/cloud/notifications.md): Push notifications for iOS, Android, and web browsers. - [Cloud overview](https://docs.openbunny.ai/cloud/overview.md): Multi-tenant SaaS backend with web UI, team management, and push notifications. - [Hybrid](https://docs.openbunny.ai/deployment/hybrid.md): Run the service locally while persisting tasks and contacts in the cloud. - [Fully local](https://docs.openbunny.ai/deployment/local.md): Run OpenBunny entirely on your machine with SQLite storage. - [Fully remote](https://docs.openbunny.ai/deployment/remote.md): Deploy all components on servers for always-on operation. - [Introduction](https://docs.openbunny.ai/index.md): OpenBunny automatically extracts tasks from your messaging channels using an LLM agent. - [Quickstart](https://docs.openbunny.ai/quickstart.md): Get OpenBunny running locally in under 5 minutes. - [LLM agent](https://docs.openbunny.ai/service/agent.md): How the multi-turn agent processes conversations and manages tasks. - [Email / Gmail](https://docs.openbunny.ai/service/channels/email.md): Process Gmail messages using OAuth and Google Cloud Pub/Sub push notifications. - [iMessage](https://docs.openbunny.ai/service/channels/imessage.md): Connect to iMessage on macOS using the native bridge daemon. - [Slack](https://docs.openbunny.ai/service/channels/slack.md): Connect OpenBunny to Slack using Socket Mode for real-time message processing. - [Telegram](https://docs.openbunny.ai/service/channels/telegram.md): Connect to Telegram using your personal account via the MTProto protocol. - [WhatsApp](https://docs.openbunny.ai/service/channels/whatsapp.md): Connect to WhatsApp using the Baileys library with QR code authentication. - [Configuration](https://docs.openbunny.ai/service/configuration.md): Environment variables and settings for the OpenBunny service. - [Contacts](https://docs.openbunny.ai/service/contacts.md): Cross-channel identity management for message senders. - [MCP server](https://docs.openbunny.ai/service/mcp.md): Model Context Protocol server for integrating OpenBunny with LLM tools. - [Service overview](https://docs.openbunny.ai/service/overview.md): The core engine that processes messaging channels and manages tasks. - [Reminders](https://docs.openbunny.ai/service/reminders.md): Automated task reminders with decision and schedule engines. - [Search](https://docs.openbunny.ai/service/search.md): Hybrid search using BM25, semantic embeddings, and LLM reranking. ## OpenAPI Specs - [openapi](https://docs.openbunny.ai/api-reference/openapi.json)