# CLI

- [Oz CLI](https://docs.warp.dev/reference/cli/cli.md): Use the Oz CLI to run, configure, and manage agents from the terminal.
- [CLI Quickstart](https://docs.warp.dev/reference/cli/quickstart.md): Set up and run your first cloud agent via the Oz CLI in less than 5 minutes.
- [API Keys](https://docs.warp.dev/reference/cli/api-keys.md): Create and manage API keys for authenticating the Oz CLI and cloud agents.
- [Agent Profiles](https://docs.warp.dev/reference/cli/agent-profiles.md): Use agent profiles with the Oz CLI to control what the agent can access, how it behaves, and where it can act.
- [MCP Servers](https://docs.warp.dev/reference/cli/mcp-servers.md): Connect agents to external tools like GitHub, Linear, and Sentry by passing MCP servers to the --mcp flag as a UUID, inline JSON, or file path.
- [Skills](https://docs.warp.dev/reference/cli/skills.md): Use skills with the Oz CLI to run agents from reusable skill definitions stored in your repositories.
- [Warp Drive Context](https://docs.warp.dev/reference/cli/warp-drive.md): Use saved prompts, notebooks, workflows, and rules from Warp Drive as context in CLI agent commands.
- [Integration Setup](https://docs.warp.dev/reference/cli/integration-setup.md): Learn how to set up environments and integrations so you can trigger Oz agents from external tools.
- [CLI Troubleshooting](https://docs.warp.dev/reference/cli/troubleshooting.md): Solutions for common Oz CLI errors — including authentication issues, agent failures, environments, GitHub access, and Docker image issues.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.warp.dev/reference/cli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
