# Blink Docs ## Docs - [Agent Structure](https://docs.blink.so/docs/essentials/agent-structure.md): Understanding the architecture of a Blink agent. - [Blink SDKs](https://docs.blink.so/docs/essentials/blink-sdks.md): Pre-built tool packages for Slack, GitHub, and computer control that extend your Blink agents. - [Blink CLI](https://docs.blink.so/docs/essentials/blink-terminal.md): The open-source terminal interface where you can build, test, and deploy your agents. - [Building with Blink](https://docs.blink.so/docs/essentials/building-with-blink.md): Build and iterate on custom agents with Edit Mode and Run Mode - [Deploying Your Agent](https://docs.blink.so/docs/essentials/deploying-your-agent.md): Deploy your agent and configure environment variables and webhooks - [How Slackbots Work](https://docs.blink.so/docs/essentials/how-slackbots-work.md): Build and deploy a Slackbot with automated setup and webhook tunneling - [Quickstart](https://docs.blink.so/docs/get-started/quickstart.md): Build and deploy your first custom agent in minutes. - [Meet Blink](https://docs.blink.so/docs/index.md): Blink is a self-hosted platform for deploying custom AI agents. It ships with a built-in agent tooled for coding tasks and deep code research. - [API Keys](https://docs.blink.so/docs/server/api-keys.md): Create and manage API keys for programmatic access to the Blink API. - [Architecture](https://docs.blink.so/docs/server/architecture.md): Technical architecture of the Blink Server and how it orchestrates AI agents. - [Deployments](https://docs.blink.so/docs/server/deployments.md): How agent deployments work in Blink. - [Docker Deployment](https://docs.blink.so/docs/server/docker-deployment.md): Deploy the Blink Server using Docker Compose. - [Environment Variables](https://docs.blink.so/docs/server/environment-variables.md): Configure environment variables for your Blink agents, including secrets. - [Integrations](https://docs.blink.so/docs/server/integrations.md): Setup wizards for configuring agent credentials. - [Logs](https://docs.blink.so/docs/server/logs.md): View and search agent logs. - [Native Deployment](https://docs.blink.so/docs/server/native-deployment.md): Deploy the Blink Server natively on your machine. - [Production Checklist](https://docs.blink.so/docs/server/production-checklist.md): Checklist for deploying Blink Server to production. - [Server Options](https://docs.blink.so/docs/server/server-options.md): Configuration options for the Blink Server. - [Traces](https://docs.blink.so/docs/server/traces.md): View and analyze OpenTelemetry traces from your agents. - [Try Tunnel](https://docs.blink.so/docs/server/try-tunnel.md): A built-in tunnel for trying Blink without setup. Should be disabled in production. - [Webhooks and Devhooks](https://docs.blink.so/docs/server/webhooks.md): How external services communicate with Blink agents via webhooks, and how devhooks work during local development. - [PR Review Agent](https://docs.blink.so/docs/use-cases/code-review-agent.md): Build a Blink agent that reviews your pull requests, provides constructive feedback, and helps you ship better code. - [Feature Development Agent](https://docs.blink.so/docs/use-cases/feature-development-agent.md): Build a Blink agent that implements features end-to-end, from code to tests to pull requests. - [Agent Development Guides](https://docs.blink.so/docs/use-cases/index.md): Learn how to build custom agents with Blink for research, planning, development, and PR review. - [Planning Agent](https://docs.blink.so/docs/use-cases/planning-agent.md): Build a Blink agent that helps you clarify requirements, compare approaches, and break down complex work. - [Research Agent](https://docs.blink.so/docs/use-cases/research-agent.md): Build a Blink agent that acts as your research and web browsing partner.