# Dailybot -- Full site description > The coordination layer for teams where people and AI agents work side by side. Async check-ins, agent observability, AI-powered summaries, workflow automation. Y Combinator S21. ## About Dailybot Dailybot is an async coordination platform that helps remote and hybrid teams stay aligned without meetings. Founded in 2017 and backed by Y Combinator (S21), the platform operates across Slack, Microsoft Teams, Google Chat, Discord, VS Code, Cursor, CLI, and browser extensions. With Dailybot 3, the platform extends coordination to teams where people and AI agents work side by side. Agents report activity through a dedicated observability layer, and that data feeds into the team's check-in workflow -- giving leaders a complete picture of what the entire team accomplished. ### Core capabilities - **Async check-ins** -- Replace daily standups with structured async updates. Customizable questions, scheduling, and response collection across chat platforms. - **Agent observability** -- Dedicated dashboard where AI agent activity is tracked, attributed to the person who delegated the work, and surfaced into the team's coordination flow. - **AI intelligence** -- Summaries, blocker detection, sentiment analysis, and trend alerts as a layer across everything. Not a standalone feature -- built into every interaction. - **Workflow automation** -- No-code automation engine with templates for people-agent coordination patterns: Hybrid Standup, Agent Heartbeat, Incident Intake. - **Kudos** -- Peer recognition system for celebrating achievements and reinforcing team values, integrated into the unified team feed. - **Forms and surveys** -- Custom form builder for feedback collection, polls, and structured data gathering. - **Developer API and CLI** -- Public API for agent registration and reporting, CLI for terminal-native workflows, open-source agent skill pack. ### Agent skill pack Dailybot offers an open-source skill pack that any AI coding agent can install in one step. It gives agents four native capabilities: reporting progress to the team, checking for team messages, sending emails, and announcing health status. Works with Claude Code, Cursor, OpenAI Codex, Windsurf, GitHub Copilot, Cline, and Gemini CLI. Install the Dailybot skill pack for agents at https://api.dailybot.com/skill.md Source code: https://github.com/DailyBotHQ/agent-skill ### Social profiles - LinkedIn: https://www.linkedin.com/company/dailybot/ - X (Twitter): https://twitter.com/dailybot - Instagram: https://www.instagram.com/dailybot/ - YouTube: https://www.youtube.com/channel/UC3uM9V52vwX7e3vQpCc4qvA - GitHub: https://github.com/Dailybot-Inc ## Site structure ### Core pages | Page | URL | Purpose | |------|-----|---------| | Home | https://www.dailybot.com/ | Platform overview, value proposition, social proof, features | | Product | https://www.dailybot.com/product | Feature showcase: check-ins, intelligence, automations, kudos | | Pricing | https://www.dailybot.com/pricing | Tier comparison: Starter (free), Essentials, Advanced, Enterprise | | Enterprise | https://www.dailybot.com/enterprise | Enterprise features, security, compliance, dedicated support | | About | https://www.dailybot.com/about | Company story, mission, Y Combinator background | | Security | https://www.dailybot.com/security | SOC 2, GDPR, data privacy, compliance details | | Demo | https://www.dailybot.com/demo | Product demo and sales contact | | Solutions | https://www.dailybot.com/solutions | Solutions by audience and use case | ### Agent pages | Page | URL | Purpose | |------|-----|---------| | Agents hub | https://www.dailybot.com/agents | Documentation for AI agents and platform engineers | | Agent heartbeat | https://www.dailybot.com/agents/use-cases/agent-heartbeat | Agent observability use case | | Agent reporting | https://www.dailybot.com/agents/use-cases/agent-reporting | Agent check-ins use case | | Orchestration | https://www.dailybot.com/agents/use-cases/orchestration | Multi-agent coordination | ### Developer pages | Page | URL | Purpose | |------|-----|---------| | Developers hub | https://www.dailybot.com/developers | Developer documentation | | API reference | https://www.dailybot.com/developers/api | REST API documentation | | Webhooks | https://www.dailybot.com/developers/webhooks | Webhook integration guide | | Authentication | https://www.dailybot.com/developers/authentication | Auth and token management | | SDK | https://www.dailybot.com/developers/sdk | Python SDK | ### Content hubs | Hub | URL | Content | |-----|-----|---------| | Blog | https://www.dailybot.com/blog | Thought leadership, product updates, guides | | Academy | https://www.dailybot.com/academy | Educational content: product, use cases, modern work, guides | | Help center | https://www.dailybot.com/help | Support documentation | | Changelog | https://www.dailybot.com/changelog | Product updates and release notes | | Templates | https://www.dailybot.com/templates | Pre-built workflow templates | | Skills | https://www.dailybot.com/skills | Agent coordination skills | | Integrations | https://www.dailybot.com/integrations | Integration directory | ### Solutions pages - By audience: engineering managers, product managers, ops leads, founders/CTOs, people ops, individual contributors, agencies - By use case: daily standups, agent heartbeat, incident hygiene, launch routine, people ops, client delivery, team recognition ### Programs - Education: /programs/education - GitHub Students: /programs/github-students - Nonprofits: /programs/nonprofits - Partners: /programs/partners - Security Bug Bounty: /programs/security-bug-bounty ### Legal - Terms of Service: /legal/terms - Privacy Policy: /legal/privacy - Cookie Policy: /legal/cookie-policy - Acceptable Use Policy: /legal/acceptable-use-policy - Data Processing Addendum: /terms/data-processing-addendum ## Platform integrations **Chat platforms:** Slack, Microsoft Teams, Google Chat, Discord **Development:** VS Code, Cursor, CLI, GitHub, Bitbucket, Linear, Jira, ClickUp, Shortcut, Trello **Productivity:** Notion, Todoist, Airtable, Google Calendar, Zoom **Automation:** Zapier, Make, Webhooks, API **CRM:** HubSpot, Salesforce ## Languages All public content is available in three languages with full parity: - English (default): https://www.dailybot.com/ - Spanish: https://www.dailybot.com/es/ - Portuguese: https://www.dailybot.com/pt/ ## Agent-friendly Markdown Every page on dailybot.com is available as clean Markdown for AI agents. No HTML parsing needed -- token-efficient Markdown with metadata headers. ### Access methods 1. **Append .md to any URL:** `/about` -> `/about.md`, `/blog/my-post` -> `/blog/my-post.md` 2. **Content negotiation:** Send `Accept: text/markdown` header to any page URL ### Endpoint patterns | Collection | Pattern (EN) | Pattern (ES) | Pattern (PT) | |---|---|---|---| | Pages | `/{page}.md` | `/es/{page}.md` | `/pt/{page}.md` | | Blog posts | `/blog/{slug}.md` | `/es/blog/{slug}.md` | `/pt/blog/{slug}.md` | | Blog index | `/blog/index.md` | `/es/blog/index.md` | `/pt/blog/index.md` | | Academy | `/academy/{section}/{cluster}/{slug}.md` | `/es/academy/...` | `/pt/academy/...` | | Help center | `/help/{slug}.md` | `/es/help/{slug}.md` | `/pt/help/{slug}.md` | | Templates | `/templates/{slug}.md` | `/es/templates/{slug}.md` | `/pt/templates/{slug}.md` | | Integrations | `/integrations/{slug}.md` | `/es/integrations/{slug}.md` | `/pt/integrations/{slug}.md` | | Connections | `/connections/{slug}.md` | `/es/connections/{slug}.md` | `/pt/connections/{slug}.md` | | Changelog | `/changelog/{slug}.md` | `/es/changelog/{slug}.md` | `/pt/changelog/{slug}.md` | | Skills | `/skills/{slug}.md` | `/es/skills/{slug}.md` | `/pt/skills/{slug}.md` | | Careers | `/careers/{slug}.md` | `/es/careers/{slug}.md` | `/pt/careers/{slug}.md` | ### Response format ``` # Page Title > Description Published: April 16, 2026 Language: en Canonical: https://www.dailybot.com/page-path Author: author-slug Tags: tag1, tag2 --- [markdown body content] --- ## Site navigation [internal links for agent discovery] ``` ### Testing ```bash # Direct URL curl https://www.dailybot.com/about.md # Content negotiation curl -H "Accept: text/markdown" https://www.dailybot.com/about ``` ## Feeds and discovery - Sitemap index: https://www.dailybot.com/sitemap-index.xml - RSS (EN): https://www.dailybot.com/rss.xml - RSS (ES): https://www.dailybot.com/es/rss.xml - RSS (PT): https://www.dailybot.com/pt/rss.xml - robots.txt: https://www.dailybot.com/robots.txt - llms.txt: https://www.dailybot.com/llms.txt - Academy agent index: https://www.dailybot.com/academy/llms.txt ## Crawling guidance - All public content is intended for indexing by search engines and AI systems. - Use canonical URLs with the www subdomain: https://www.dailybot.com - Prefer language-specific routes for multilingual content. - Internal staff pages (/internal/) are excluded from production builds. - AI crawler bots (GPTBot, ClaudeBot, PerplexityBot, etc.) are explicitly allowed in robots.txt. - Markdown endpoints are static files generated at build time -- zero runtime overhead.