Felo API PlatformFelo API Platform

AI Tool Setup

Roo Code

Configure Roo Code with a Felo-compatible model provider.

Use this guide when Roo Code asks for custom provider settings.

Before You Start

You need one Felo API Platform key. The same key works across model protocols, agent clients, Search, Web Fetch, PPT, Mindmap, LiveDocs, X Search, YouTube Subtitling, Landing Page, and SuperAgent APIs.

export FELO_API_KEY="YOUR_API_KEY"
ItemValue
Best forVS Code coding agents, repo editing, command execution, and task planning
ProtocolOpenAI-compatible or Anthropic-compatible endpoint
Base URLhttps://openapi.felo.ai/api/v1
Model exampleclaude-sonnet-4-6
API keyYour FELO_API_KEY

Configure Roo Code

Set the environment variables first:

export FELO_API_KEY="YOUR_API_KEY"
export OPENAI_API_KEY="$FELO_API_KEY"
export OPENAI_BASE_URL="https://openapi.felo.ai/api/v1"

Client fields

FieldValue
Provider typeOpenAI-compatible custom provider
API keyYour FELO_API_KEY
Base URLhttps://openapi.felo.ai/api/v1
Modelclaude-sonnet-4-6

Use the Anthropic-compatible base URL https://openapi.felo.ai/api only if Roo Code is configured in Anthropic mode.

Verify the Setup

Run a small task after saving the configuration:

Open Roo Code and ask it to inspect the current repository.

If the tool starts and answers with the selected model, the provider setup is ready.

Troubleshooting

IssueWhat to check
Authentication failsConfirm the key is copied correctly and exported as FELO_API_KEY
Tool calls the wrong providerCheck that the Felo provider is selected for the current workspace or session
Base URL errorUse https://openapi.felo.ai/api/v1 for OpenAI-compatible clients and https://openapi.felo.ai/api for Anthropic-compatible clients
Model not foundChoose a model that appears in your Felo model list
The tool ignores local configMove provider settings to the user-level config if the client requires it

Next Steps