# Dailybot > The coordination layer for teams where people and AI agents work side by side — async check-ins, AI-powered summaries, blocker detection, workflow automation, and agent work visibility. Dailybot is an async coordination platform trusted by remote and hybrid teams worldwide. Founded in 2017, backed by Y Combinator (S21). Teams use Dailybot to replace meetings with async check-ins across Slack, Microsoft Teams, Google Chat, and Discord, plus a public HTTP API and a native skill pack that lets AI agents post progress updates, read messages, and coordinate long-running work. Every page on dailybot.com is available as clean Markdown — append `.md` to any URL (for example `/about` → `/about.md`, `/es/pricing` → `/es/pricing.md`, `/blog/dailybot-v3-launch` → `/blog/dailybot-v3-launch.md`), or send an `Accept: text/markdown` header to negotiate the same content at the original URL. ## Product - [Product overview](https://www.dailybot.com/product.md): The full Dailybot product surface — async check-ins, kudos, forms, workflows, and AI agents. - [Pricing](https://www.dailybot.com/pricing.md): Plans, per-user pricing, feature comparison, and free tier. - [Enterprise](https://www.dailybot.com/enterprise.md): SSO/SAML, SCIM, DPA, audit logs, and enterprise controls. - [Security](https://www.dailybot.com/security.md): SOC 2, GDPR, data handling, and vulnerability disclosure. - [Solutions hub](https://www.dailybot.com/solutions.md): Persona playbooks (engineering, product, people ops, agencies) plus automation recipes built on the public API, CLI, and agent skill. - [Chat automation & interactive messages](https://www.dailybot.com/solutions/chat-automation.md): Flagship automation recipe — send rich interactive messages with buttons wired to callback URLs, forms, ChatOps commands, AI prompts, workflows, and modals. - [CI/CD approval gates](https://www.dailybot.com/solutions/cicd-approval-gates.md): Pause a pipeline on an approve/reject message in chat; the click calls your server back. - [Workflow triggers from chat](https://www.dailybot.com/solutions/chat-workflow-triggers.md): Buttons that trigger `api_trigger` workflows straight from a message. - [Incident intake with modals](https://www.dailybot.com/solutions/incident-intake-modals.md): Structured incident reports collected through a `modal_body` form in chat. - [Forms lifecycle automation](https://www.dailybot.com/solutions/forms-lifecycle-automation.md): Create, submit, and transition workflow-state forms from the CLI and API. - [Check-ins automation](https://www.dailybot.com/solutions/check-ins-automation.md): Author and automate check-ins programmatically. - [Agent fleet reporting](https://www.dailybot.com/solutions/agent-fleet-reporting.md): Progress reports and heartbeats from a fleet of AI agents into one channel. - [About Dailybot](https://www.dailybot.com/about.md): Company story, mission, and Y Combinator S21 background. - [Book a demo](https://www.dailybot.com/demo.md): Talk to the team; recommended for orgs > 50 seats. ## Content hubs - [Blog](https://www.dailybot.com/blog/index.md): Async work, AI-in-teams, standups, remote culture, and product deep dives. - [Academy](https://www.dailybot.com/academy.md): Long-form guides on running async standups, hybrid teams, and agent-augmented workflows. - [Help center](https://www.dailybot.com/help/index.md): How-to articles, troubleshooting, and reference documentation for humans using Dailybot. - [Changelog](https://www.dailybot.com/changelog/index.md): Every product release, grouped by month with links to the affected surfaces. - [Templates](https://www.dailybot.com/templates/index.md): Ready-to-fork check-ins, forms, workflows, and playbooks. - [Integrations](https://www.dailybot.com/integrations/index.md): First-party integrations across chat platforms, project trackers, calendars, and identity providers. ## Developers and agents - [Developer portal](https://www.dailybot.com/developers/index.md): Entry point for API, webhooks, custom commands, agent skills, and integrations. - [Dailybot CLI](https://www.dailybot.com/developers/cli.md): The `dailybot` command-line tool — installation, auth, reporting, and forms. - [API reference](https://www.dailybot.com/developers/api/index.md): REST endpoints for check-ins, messages, kudos, teams, and forms. - [Webhooks and events](https://www.dailybot.com/developers/webhooks.md): Event schemas and subscription setup for outbound integrations. - [Custom commands](https://www.dailybot.com/developers/custom-commands.md): Build your own slash commands that run inside Dailybot's chat integrations. - [Agent skill](https://www.dailybot.com/developers/agent-skill.md): The skill contract that lets any AI coding agent talk to Dailybot. - [Authentication and auth.md manifest](https://www.dailybot.com/auth.md): Agent registration, OAuth discovery, and credential lifecycle per workos/auth.md. - [Agent skill pack (open source)](https://github.com/DailyBotHQ/agent-skill): Installable skill pack any AI coding agent can add in one step. ## Skills marketing - [Skills directory](https://www.dailybot.com/skills/index.md): Native Dailybot skills any AI coding agent can install. - [Dailybot Agent skill](https://www.dailybot.com/skills/agent-skill.md): Report progress, read messages, send emails, and announce health from any agent harness. - [Deep Work Plan skill](https://www.dailybot.com/skills/deepworkplan.md): Structured, gated, auditable multi-task execution for AI coding agents. - [AI Diff Reviewer skill](https://www.dailybot.com/skills/ai-diff-reviewer.md): Dual-surface code review — GitHub Action for CI plus a coding-agent skill for local branch review. ## Open source - [Open source projects](https://www.dailybot.com/open-source.md): Every Dailybot-authored project published on GitHub. - [DeepWorkPlan](https://www.dailybot.com/open-source/deepworkplan.md): The methodology and CLI behind long-running agent-driven plans. - [Dailybot Agent Skill](https://www.dailybot.com/open-source/agent-skill.md): The reference implementation of the Dailybot agent skill pack. - [Dailybot CLI (repo)](https://www.dailybot.com/open-source/dailybot-cli.md): Source, changelog, and issue tracker for the `dailybot` CLI. - [AI Diff Reviewer](https://www.dailybot.com/open-source/ai-diff-reviewer.md): LLM-driven PR review as a GitHub Marketplace Action and an installable agent skill. ## Machine-readable surfaces - [Agent card (A2A)](https://www.dailybot.com/.well-known/agent-card.json): A2A protocol descriptor for the dailybot.com site agent. - [Agent skills index](https://www.dailybot.com/.well-known/agent-skills/index.json): Digest-verified list of every skill Dailybot publishes. - [API catalog (RFC 9727)](https://www.dailybot.com/.well-known/api-catalog): Linkset index of Dailybot's public JSON APIs. - [OpenAPI 3.1 document](https://www.dailybot.com/openapi.json): Machine-readable schema of the public JSON API. - [OAuth authorization-server metadata](https://www.dailybot.com/.well-known/oauth-authorization-server): RFC 8414 discovery document, including the `agent_auth` block. - [OAuth protected-resource metadata](https://www.dailybot.com/.well-known/oauth-protected-resource): RFC 9728 resource descriptor for agents chasing the discovery chain. ## Languages - [English site (default)](https://www.dailybot.com/index.md): Full site in English at the root. - [Spanish site](https://www.dailybot.com/es/index.md): Sitio completo en español bajo `/es/`. - [Portuguese site](https://www.dailybot.com/pt/index.md): Site completo em português sob `/pt/`. ## Discovery - [Sitemap index](https://www.dailybot.com/sitemap-index.xml): Every canonical URL grouped by language and section. - [RSS feed (EN)](https://www.dailybot.com/rss.xml): English blog feed. - [RSS feed (ES)](https://www.dailybot.com/es/rss.xml): Spanish blog feed. - [RSS feed (PT)](https://www.dailybot.com/pt/rss.xml): Portuguese blog feed. - [robots.txt](https://www.dailybot.com/robots.txt): Crawler policy plus the Content-Signal directive for AI training and inference. ## Optional - [Full site description](https://www.dailybot.com/llms-full.txt): Expanded llms.txt with more sections and detail; use when the primary file is not enough context. - [Academy index for agents](https://www.dailybot.com/academy/llms.txt): Nested llms.txt scoped to the Academy content collection. - [Careers](https://www.dailybot.com/careers.md): Current openings and how Dailybot works as a fully remote company.