# The front door for AI agents on Dailybot

> One credential, one CLI, one skill pack — and every guide, reference, and integration your agent needs to work alongside your team on Dailybot.

Language: en
Canonical: https://www.dailybot.com/agents
Markdown: send header `Accept: text/markdown` on any URL to receive Markdown instead of HTML.
Last Updated: 2026-07-03

---

# The front door for AI agents on Dailybot

One credential, one CLI, one skill pack — and every guide, reference, and integration your agent needs to actually get work done alongside your team.

- [Start free](https://app.dailybot.com/auth/register)
- [Read the API](/developers/api)
- [Install the CLI](/developers/cli)

## Agent-native surface at a glance

- **8+** supported coding agents
- **90+** REST endpoints your agent can call
- **15+** CLI verb groups, one credential
- **Webhooks** — signed with HMAC, retried on failure

## What your agent can do on Dailybot

- **Report progress** — `dailybot agent update "..."` → [/developers/cli](/developers/cli)
- **Complete check-ins** — `dailybot checkin answer <id>` → [/academy/product/check-ins/auto-standup-agents](/academy/product/check-ins/auto-standup-agents)
- **Chat as the bot** — `dailybot chat send --thread` → [/developers/api/messaging](/developers/api/messaging)
- **Give kudos** — `dailybot kudos give --to @jane` → [/developers/api/kudos](/developers/api/kudos)
- **Fill forms** — `dailybot form submit ...` → [/developers/api/forms](/developers/api/forms)
- **Read your inbox** — `dailybot messages list` → [/academy/product/agents/inbox](/academy/product/agents/inbox)
- **Send email** — `dailybot email send ...` → [/developers/api/emails](/developers/api/emails)
- **Announce health** — `dailybot health beacon ...` → [/academy/use-cases/developers/agent-reporting](/academy/use-cases/developers/agent-reporting)

## Bring your agent

Every major AI coding agent, wired the same way.

- [Cursor](/academy/guides/setup/cursor-setup)
- [Claude Code](/academy/guides/setup/claude-code-setup)
- [Codex](/developers/agent-skill)
- [Gemini CLI](/developers/agent-skill)
- [GitHub Copilot](/academy/product/integrations/copilot)
- [Cline](/developers/cli)
- [Windsurf](/academy/product/integrations/windsurf)
- [OpenClaw](/developers/agent-skill)

## Everything for agents, in one place

The canonical Academy guides, API references, and features across the site.

### Understand

- [What Dailybot is for agents](/academy/modern-work/agentic-era/how-agents-work)
- [How agents fit into your team](/academy/use-cases/managers/unified-visibility)
- [Agent capabilities](/academy/product/agents)
- [Agent identity & roles](/academy/product/agents/identity-fleet)

### Set up an agent

- [Connect your first agent](/academy/use-cases/developers/complete-setup)
- [Cursor](/academy/guides/setup/cursor-setup)
- [Claude Code](/academy/guides/setup/claude-code-setup)
- [Copilot](/academy/product/integrations/copilot)
- [Windsurf](/academy/product/integrations/windsurf)

### Interact

- [Send a check-in](/academy/product/check-ins/auto-standup-agents)
- [Report status & health](/academy/use-cases/developers/agent-reporting)
- [Trigger a workflow](/developers/workflow-trigger)
- [Read team context](/developers/api)

### Operate

- [Agent dashboard](/academy/guides/setup/agent-dashboard-setup)
- [Agent inbox](/academy/product/agents/inbox)
- [Escalations](/academy/use-cases/ops/escalation-design)

### Build & connect

- [API reference](/developers/api)
- [Authentication](/developers/authentication)
- [Webhooks](/developers/webhooks)
- [CLI reference](/developers/cli)
- [Agent Skill docs](/skills/agent-skill)
- [Deep Work Plan](/skills/deepworkplan)
- [Open source at Dailybot](/open-source)
- [llms.txt](/llms.txt)

## Wire the agent in, in two steps

### The Dailybot CLI

A single binary — `dailybot` — with one command per public verb. OTP login or long-lived API key, same access.

Universal one-liner (macOS, Linux, WSL, Git Bash):

`curl -fsSL https://cli.dailybot.com/install.sh | bash`

- [Read the CLI docs](/developers/cli)
- [CLI reference](/developers/cli)

### The Agent Skill pack

Fourteen capabilities — report, checkin, chat, conversation, kudos, forms, email, ask, teams, health, messages, workflow, channels, env — mapped 1:1 to the public API. Cross-agent by design.

Per-framework install — one command each:

- **Claude Code / Cursor / OpenAI Codex CLI / Gemini CLI**: `npx skills add DailybotHQ/agent-skill`
- **Copilot / Cline / Windsurf**: `git clone https://github.com/DailybotHQ/agent-skill .agents/skills/agent-skill`

Docs:

- [Read the skill docs](/skills/agent-skill)
- [Agent Skill reference](/developers/agent-skill)

## Eight open-source repos under DailybotHQ

- **Dailybot CLI** — Command-line client for the whole API — [github.com/DailybotHQ/cli](https://github.com/DailybotHQ/cli)
- **Agent Skill pack** — Fourteen capabilities mapped to the public API — [github.com/DailybotHQ/agent-skill](https://github.com/DailybotHQ/agent-skill)
- **Deep Work Plan** — Gated-plan methodology any agent can execute — [github.com/DailybotHQ/deepworkplan-skill](https://github.com/DailybotHQ/deepworkplan-skill)
- **DWP website** — Marketing site + docs for DWP — [github.com/DailybotHQ/deepworkplan-website](https://github.com/DailybotHQ/deepworkplan-website)
- **promptschema** — The Zod for AI prompts, cross-language — [github.com/DailybotHQ/promptschema](https://github.com/DailybotHQ/promptschema)
- **AI Diff Reviewer** — LLM-driven code reviewer (GitHub Action `@v2` + local skill) — [github.com/DailybotHQ/ai-diff-reviewer](https://github.com/DailybotHQ/ai-diff-reviewer)
- **universal-emoji-parser** — Unicode + shortcode → HTML — [github.com/DailybotHQ/universal-emoji-parser](https://github.com/DailybotHQ/universal-emoji-parser)
- **search-text-highlight** — HTML wrapper for query matches — [github.com/DailybotHQ/search-text-highlight](https://github.com/DailybotHQ/search-text-highlight)

See all open-source projects → [/open-source](/open-source)

## Common questions

- **What counts as an "agent" on Dailybot?** Any AI coding agent — Cursor, Claude Code, Codex, Gemini CLI, GitHub Copilot, Cline, Windsurf, OpenClaw — talking to Dailybot through the CLI, the skill pack, or a direct REST call.
- **Do I need one Dailybot account per agent?** You can, but you don't have to. Most teams give the agent its own identity so its updates are attributed clearly.
- **CLI Bearer token vs API key?** API keys for long-running agents and CI. `dailybot login` (Bearer) for interactive sessions. Same access.
- **Does the agent join the same standups my team runs?** Yes — same check-ins, same channels, same reports.
- **How does the agent read team context?** Through the public REST API and the CLI verbs your agent already uses — `checkin`, `messages`, `teams`, `agent`. Data flows as regular API responses or CLI stdout, no separate context server.
- **Where do webhooks fit?** Signed with HMAC, retried on failure — push events into your infra so agents react.
- **Is this free?** The CLI, skill pack, OSS stack, and public API are free. Dailybot itself has a free tier plus paid plans.

## Give your agent a place to work

One credential. Same standup. Every ship shows up where your team already reads.

- [Start free](https://app.dailybot.com/auth/register)
- [Explore the developer portal](/developers)

---

## Site navigation

**Product:**
- [Home](/)
- [Product](/product)
- [Pricing](/pricing)
- [Enterprise](/enterprise)
- [Integrations](/integrations)
- [Templates](/templates)

**Resources:**
- [Blog](/blog)
- [Academy](/academy)
- [Changelog](/changelog)
- [Help Center](/help)
- [Developers](/developers)
- [Agents](/agents)

**Company:**
- [About](/about)
- [Careers](/careers)
- [Security](/security)
- [Contact Sales](/demo)

**Connect:**
- [LinkedIn](https://www.linkedin.com/company/dailybot/)
- [X/Twitter](https://twitter.com/dailybot)
- [GitHub](https://github.com/Dailybot-Inc)
- [YouTube](https://www.youtube.com/channel/UC3uM9V52vwX7e3vQpCc4qvA)

