# Build powerful integrations with Dailybot

> Explore the Dailybot API, webhooks, custom commands, and integrations to extend Dailybot and keep your team workflows visible.

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

---

# Build powerful integrations with Dailybot

Explore our API, webhooks, custom commands, and integrations to extend Dailybot and keep your team workflows visible.

## Built for your AI agent

Every page in this portal has a plain-Markdown mirror your agent can read directly. Append `.md` to any URL — [`/developers/api/teams.md`](/developers/api/teams.md), [`/developers/agent-skill.md`](/developers/agent-skill.md) — and you get clean, token-lean content with the full portal navigation at the top. The "copy .md for agent" pill at the top of every page grabs that markdown in one click, or `curl` the `.md` URL directly from your terminal.

The `.md` URLs always point at the English portal, even when you're reading in Spanish or Portuguese. Agents work best against the canonical English documentation, and every team ends up sharing the same reference URL.

## Quick Start

```bash
curl -X GET "https://api.dailybot.com/v1/check-ins/" \
  -H "X-API-KEY: your-api-key" \
  -H "Content-Type: application/json"
```

## Developer sections

### [Dailybot CLI](/developers/cli)

Install the CLI for agent progress reports and CI automation from the terminal.

### [API Reference](/developers/api)

RESTful API endpoints for managing check-ins, workflows, kudos, reports, and team data.

### [Webhooks & Events](/developers/webhooks)

Receive real-time notifications when events happen in Dailybot.

### [Custom Commands](/developers/custom-commands)

Build in-chat commands and serverless add-ons that run inside Dailybot.

### [Integrations](/connections)

Connect Dailybot with GitHub, Jira, Trello, Linear, Zapier, and more.

### [Agent Skill](/developers/agent-skill)

Install Dailybot as a native skill for Claude Code, Cursor, Codex, Gemini, and Copilot. Two pure-Markdown packs.

## Getting started

### Step 1: Get your API key

Generate an API key from your Dailybot dashboard under Settings > Integrations.

### Step 2: Make your first request

Use the API reference to explore endpoints and test with your credentials.

### Step 3: Build your integration

Use our REST API or configure webhooks to integrate Dailybot into your workflows.

## Build add-ons

Extend Dailybot with powerful platform capabilities for your team.

- **Webhook Commands** — Trigger actions from external services via webhooks.
- **Serverless Add-Ons** — Write and deploy custom code that runs inside Dailybot.
- **Activity Tracking** — Track and report on team activity from connected tools.
- **Scheduling System** — Automate recurring workflows with cron-based scheduling.
- **Platform Storage** — Store and retrieve persistent data for your add-ons and commands.

## Need advanced API access?

Enterprise plans include higher rate limits, dedicated support, and custom integrations.

[Contact Sales](/demo)

## See it in action

Automation recipes built on the send-message API, the CLI, and the agent skill — each with copy-paste curl, CLI, and agent-prompt examples.

- [Chat automation & interactive messages](/solutions/chat-automation)
- [CI/CD approval gates](/solutions/cicd-approval-gates)
- [Workflow triggers from chat](/solutions/chat-workflow-triggers)
- [Incident intake with modals](/solutions/incident-intake-modals)
- [Forms lifecycle automation](/solutions/forms-lifecycle-automation)
- [Check-ins automation](/solutions/check-ins-automation)
- [Agent fleet reporting](/solutions/agent-fleet-reporting)
- [All automation recipes](/solutions)

---

## Developer portal navigation

**Getting Started**

- [Overview](/developers) (this page)
- [Quick start](/developers/getting-started)
- [Authentication](/developers/authentication)

**API Reference**

- [API Overview](/developers/api)
- [Users](/developers/api/users)
- [Organization](/developers/api/organization)
- [Teams](/developers/api/teams)
- [Invitations](/developers/api/invitations)
- [Check-ins](/developers/api/check-ins)
- [Forms](/developers/api/forms)
- [Report channels](/developers/api/report-channels)
- [Templates](/developers/api/templates)
- [Kudos](/developers/api/kudos)
- [Mood tracking](/developers/api/mood)
- [Important dates](/developers/api/important-dates)
- [Messaging](/developers/api/messaging)
- [Automations](/developers/api/workflows)
- [Webhooks](/developers/api/webhooks)
- [Commands platform](/developers/api/commands-platform)
- [Agents](/developers/api/agents)
- [OAuth2](/developers/api/oauth2)
- [Integrations](/developers/api/integrations)
- [CLI](/developers/api/cli)

**API guides**

- [Errors & Status Codes](/developers/errors)
- [Rate Limits](/developers/rate-limits)
- [Conventions](/developers/conventions)
- [API Changelog](/developers/api-changelog)
- [Recipes](/developers/recipes)

**Developer Features**

- [Custom commands](/developers/custom-commands)
- [Serverless commands](/developers/serverless)
- [Webhooks & events](/developers/webhooks)
- [Automation API trigger](/developers/workflow-trigger)
- [Activity API](/developers/activity-api)

**CLI**

- [Overview](/developers/cli)
- [Authentication](/developers/cli-authentication)
- [Command reference](/developers/cli-reference)
- [CI/CD recipes](/developers/cli-ci-cd)
- [Configuration](/developers/cli-configuration)
- [Troubleshooting](/developers/cli-troubleshooting)

**Agent Skill**

- [Overview](/developers/agent-skill)
- [Skills catalog](/skills)

---

## 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)

