1. Connect an AI provider
Open Settings → AI.- Select your provider: Claude Code, Codex, Anthropic, OpenAI, OpenRouter, and others.
- Authenticate:
- Most providers: enter an API key, then click Test Connection and Add Provider.
- Claude Code or Codex: click Login and complete OAuth in your browser.
2. Open a project
Click Open Existing Project and select your code folder. Reliant indexes your files automatically. Or click Create New Project to start fresh.3. Start chatting
Type a message and press Enter:- “Explain the structure of this project”
- “What does the main file do?”
- “Add input validation to the signup form”
4. Run a built-in workflow
This is where Reliant gets different. Instead of manually driving each step, pick a workflow and let agents execute a defined process. Click the workflow selector (defaults to “Agent”) and try one of these:
Select a workflow, type your request, and watch multiple agents collaborate on the task.
5. Build your own workflow
Create a YAML file in your project to define a custom process:.reliant/workflows/review-and-refactor.yaml
The interface
Execution modes
Control how much autonomy the agent has with Auto (full autonomy), Manual (approve each action), or Plan (read-only exploration). You can switch modes mid-conversation — a common pattern is to start in Plan mode to analyze, then switch to Auto to execute. See Execution Modes for details.Optional: memory files
Memory files provide persistent context to the AI across conversations. Global:~/.reliant/reliant.md
reliant.md in your project root
Next steps
- Key Concepts — Understand the essential terms
- Workflows Overview — How workflows power Reliant
- Workflow Control — Pause, resume, and live parameter updates
- Creating Custom Workflows — Build your own
- Workflow Examples — Copy-and-adapt patterns and complete workflows