Quick start
This guide will help you get DevBoy tools up and running in minutes.
Step 1: Initialize your project
The fastest way to get started is using the interactive init command:
This will guide you through selecting providers and configuring them. For more details, see Project initialization.
Alternative: Manual configuration
If you prefer manual setup, follow the steps below.
Step 2: Choose your provider
DevBoy tools supports GitHub, GitLab, ClickUp, and Jira. Pick the one your project uses.
GitHub
- Go to GitHub → Settings → Developer settings → Personal access tokens → Tokens (classic)
- Click Generate new token (classic)
- Select the
repoandread:userscopes - Click Generate token and copy it
GitLab
- Go to GitLab → User Settings → Access Tokens
- Click Add new token
- Select the
apiandread_userscopes - Click Create personal access token and copy it
Jira
- For Jira Cloud: Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Click Create API token, give it a label, and copy it
Tip: Use the Quick Config Generator on the GitHub, GitLab, or Jira integration page — paste your URL and it will generate the commands for you.
Step 2: Verify connection
You should see output confirming the connection is successful.
Step 3: Try some commands
List issues
List merge requests / pull requests
Step 4: Integrate with AI assistants
Claude Code (CLI)
The easiest way is to use the init command with --claude flag:
Or register manually:
Verify the integration:
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Next steps
- GitHub Integration - Full GitHub configuration reference
- GitLab Integration - Full GitLab configuration reference
- Jira Integration - Full Jira configuration reference