Coming Soon
◈
Cline
VS Code AI coding agent
Use ONE as a custom OpenAI-compatible provider in Cline. Get autonomous coding assistance backed by ONE's decentralized GPU network.
What the integration will enable
- —Full Cline autonomous agent workflows on ONE's network
- —Free daily sessions via $ONE stake credits
- —All ONE catalog models available in Cline's model picker
- —Browser, terminal, and file editing all routed through ONE
Manual setup
works todayONE speaks the OpenAI-compatible API — you can connect any tool that supports a custom base URL right now.
1Open Cline settings → API Provider → OpenAI Compatible
Base URL: https://api.onecompute.xyz/v1 API Key: <your ONE session key> Model: one/claude-sonnet
2Or add to VS Code settings.json
{
"cline.apiProvider": "openai",
"cline.openAiBaseUrl": "https://api.onecompute.xyz/v1",
"cline.openAiApiKey": "<your ONE session key>",
"cline.openAiModelId": "one/claude-sonnet"
}Official integration in progress
The first-class Cline plugin is being built. Follow @onecomputexyz for updates.