Skip to main content
Claude Code is Anthropic’s official CLI tool that accelerates AI development. Learn how to configure it for building Timbal agents and workflows.

Prerequisites

  • Active Claude subscription (Pro, Max, or API access)

Setup

  1. Install Claude Code globally:
npm install -g @anthropic-ai/claude-code
  1. Navigate to your timbal project root.
  2. (Optional) Add the CLAUDE.md file below to your project.
  3. Run claude to start.

Create CLAUDE.md

Create a CLAUDE.md file at the root of your Timbal project to train Claude Code on building effective AI agents and workflows:
# Timbal documentation

TODO