Plan & Act
Cline plans a change, then edits files — all calls go to ubc now.
Cline is an agentic coder for VS Code. Its “OpenAI Compatible” provider points straight at ubc now, so your agent runs on frontier models within your daily budget.
Cline's OpenAI-compatible provider unlocks the full agent loop against ubc now:
Cline plans a change, then edits files — all calls go to ubc now.
Command suggestions are generated by your chosen ubc now model.
Larger refactors stream from the same endpoint and budget.
Verify with Self and mint a key at /api-keys. Agentic tools burn tokens quickly, so keep an eye on your daily budget.
In VS Code, open the Cline panel → settings (gear). For “API Provider”, choose “OpenAI Compatible”.
Set the Base URL and API Key, then enter a Model ID from /v1/models.
Base URL https://ubcnow.ai/v1API Key ubc_sk_…Model ID <model-id>
Type a task in the Cline input and let it plan. Watch the request count against your budget in the ubc now usage page.
Agentic work benefits from a strong model. List options and choose one for the Model ID field.
curl https://ubcnow.ai/v1/models \-H "Authorization: Bearer ubc_sk_…"
Agents make many calls. If you hit a 402, your daily budget is spent — it resets at 00:00 UTC. Earn credits via quests on the usage page to extend a session.
Your key must be an active ubc now key (it starts with ubc_sk_). Mint or re-mint one at /api-keys, and make sure it is sent as a Bearer token, not pasted into a username field.
You have spent your daily token allowance. It resets at 00:00 UTC. Image and chat usage both draw from the same daily pool.
Use an exact model id from https://ubcnow.ai/v1/models — copy it verbatim. ubc now does not alias OpenAI model names like "gpt-4o"; pick one of the models it actually serves.
Mint a key, pick the OpenAI Compatible provider, and let Cline build.