> ## Documentation Index
> Fetch the complete documentation index at: https://agentlogs.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> Set up your server, then choose your AI coding assistant

## 1. Set Up Your Server

If you're using AgentLogs Cloud, you can skip this step and jump straight to your coding agent below.

If you're hosting AgentLogs yourself, start with the Hosting guide so your server is running and you have a hostname ready for `npx agentlogs login`.

<Card title="Hosting" href="/docs/server/hosting" horizontal>
  Deploy AgentLogs with Docker or the standalone binary
</Card>

## 2. Choose Your Coding Agent

Select your AI coding assistant below to finish setting up AgentLogs:

<Card title="Claude Code" icon="https://mintcdn.com/vibeinsights/IjH4KqxYwHIEzWgy/icons/claude-code.svg?fit=max&auto=format&n=IjH4KqxYwHIEzWgy&q=85&s=938cbcd9cdfde2eb030392e090e0a216" href="/docs/agents/claude-code" horizontal width="24" height="24" data-path="icons/claude-code.svg">
  Anthropic's CLI for Claude
</Card>

<Card title="Codex" icon="https://mintcdn.com/vibeinsights/IjH4KqxYwHIEzWgy/icons/codex.svg?fit=max&auto=format&n=IjH4KqxYwHIEzWgy&q=85&s=0cdb3dbcb49e5c23897ba076c1a1d5d6" href="/docs/agents/codex" horizontal width="24" height="24" data-path="icons/codex.svg">
  OpenAI's CLI for GPT models
</Card>

<Card title="OpenCode" icon="https://mintcdn.com/vibeinsights/IjH4KqxYwHIEzWgy/icons/opencode.svg?fit=max&auto=format&n=IjH4KqxYwHIEzWgy&q=85&s=1084de861193176aa7e5d09f452d3f92" href="/docs/agents/opencode" horizontal width="32" height="40" data-path="icons/opencode.svg">
  Open-source AI coding assistant
</Card>

<Card title="Pi" icon="https://mintcdn.com/vibeinsights/IjH4KqxYwHIEzWgy/icons/pi.svg?fit=max&auto=format&n=IjH4KqxYwHIEzWgy&q=85&s=35fc6c19c7c1e3ec2f81ae57d9fb0e79" href="/docs/agents/pi" horizontal width="24" height="24" data-path="icons/pi.svg">
  Extensible coding agent harness
</Card>
