Getting Started
Get up and running with ODIN in just a few minutes.
Installation
Install ODIN globally using npm:
npm install -g @odin/cliInitialize a Project
Create a new ODIN project:
odin init my-project
cd my-projectConfigure Your API Key
Set your OpenAI or Anthropic API key:
odin config set api-key YOUR_API_KEYRun Your First Command
Test ODIN with a simple prompt:
odin run "Explain context engineering in simple terms"Next Steps
- Learn about Core Concepts
- Explore the CLI Reference
- Read our Blog for tips and tutorials