# swarmlord > Deploy long-running AI agents. One config file, full SDK + CLI. ## Docs - [Events](https://docs.swarmlord.ai/api/events.md): The AgentEvent vocabulary. - [HTTP API](https://docs.swarmlord.ai/api/http.md): The wire protocol behind the SDK and CLI. - [Agents](https://docs.swarmlord.ai/concepts/agents.md): An agent is a deployed swarmlord.jsonc bundle. - [MCPs & tools](https://docs.swarmlord.ai/concepts/mcps.md): How agents access external tools. - [Sessions](https://docs.swarmlord.ai/concepts/sessions.md): Every conversation is a long-lived, streamable session. - [CLI](https://docs.swarmlord.ai/guides/cli.md): Every swarmlord command. - [SDK](https://docs.swarmlord.ai/guides/sdk.md): The swarmlord TypeScript client. - [Daily research agent](https://docs.swarmlord.ai/guides/sendblue-research-agent.md): Build an agent that researches a topic each morning and texts you the summary. - [Introduction](https://docs.swarmlord.ai/introduction.md): Deploy long-running AI agents from a single config file. - [Quickstart](https://docs.swarmlord.ai/quickstart.md): Deploy and run an agent in 5 minutes.