Documentation Index
Fetch the complete documentation index at: https://docs.delino.io/llms.txt
Use this file to discover all available pages before exploring further.
This guide covers connecting Codex CLI to your repository. To set up DevBird
itself, please refer to the DevBird setup
guide.
Prerequisites
Before you begin, ensure you have:- An OpenAI account
- Repository access where you want to use DevBird
Setup Process
Step 1: Generate OpenAI API Key
- Go to the OpenAI API keys page
- Click Create new secret key
- Give your key a descriptive name (e.g., “DevBird”)
- Copy the generated API key (you won’t be able to see it again)
Step 2: Add API Key to GitHub Repository
- Navigate to your repository on GitHub
- Go to Settings > Secrets and variables > Actions
- Click New repository secret
- Set the name to
OPENAI_API_KEY - Paste your OpenAI API key in the value field
- Click Add secret
