docs
Integrations
RA Aid

RA Aid Integration

RA.Aid (opens in a new tab) is an autonomous coding agent that helps you develop software through research, planning, and implementation. MakeHub is already integrated as a provider.

Setup

Install RA.Aid:

pip install ra-aid

Set your MakeHub API key:

export MAKEHUB_API_KEY=your_api_key_here

Basic Usage

ra-aid -m "Add logging to this function" --model anthropic/claude-4-sonnet

Browse all available models and their IDs at https://makehub.ai/models (opens in a new tab).

Full Documentation

For complete usage details, visit https://docs.ra-aid.ai (opens in a new tab).