Platform
Private AI infrastructure — from compute to agents.
Target groups
For enterprise, SMBs, and individual developers.
Knowledge & Support
Everything you need to succeed with Mycelis.
Developers & Private
Connect opencode, Cursor, Continue, or any OpenAI-compatible IDE extension to your own agents and models hosted on Mycelis — with a single config change.
Why use Mycelis for coding agents?
AI coding tools expect an OpenAI-compatible endpoint. Mycelis provides exactly that — with the added power of your own agents, fine-tuned models, and knowledge bases sitting behind the gateway. You keep full control over which model is used, what context it has, and what it can access.
What you get
Run your models on dedicated GPU instances — no cold starts, no rate limits shared with others.
Each agent appears as a named model in your coding tool. Switch between agents by changing the model name.
Give your coding agent access to MCP tools — docs search, issue trackers, or internal APIs — without configuring them in every tool separately.
Use a single Mycelis API key across all your tools. Revoke or rotate without touching your IDE configs.
Example: opencode.json
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"mycelis": {
"npm": "@ai-sdk/openai-compatible",
"options": { "baseURL": "https://app.mycelis.ai/api/proxy/v1" },
"models": {
"my-agent": { "name": "my-agent" }
}
}
}
}Point any OpenAI-compatible tool at your Mycelis agent by changing the base URL and model name.
Frequently Asked Questions
Create a free account and connect your first agent to your IDE in minutes.
Get Started Free