Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions src/pages/docs/command-center/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,29 @@
The `prism-ai` Python package and `@futureagi/prism` TypeScript package are being renamed. The current packages will continue to work but are deprecated. Watch for the updated package names in an upcoming release.
</Warning>

<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, margin: '1.5rem 0 2rem', borderRadius: '12px', overflow: 'hidden' }}>
<iframe src="https://www.youtube-nocookie.com/embed/Xr2RmZAVcoo?rel=0&modestbranding=1&playsinline=1" title="Agent Command Center overview" style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', border: 0 }} allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen></iframe>
<div id="acc-overview-video-wrap" style={{ position: 'relative', paddingBottom: '56.25%', height: 0, margin: '1.5rem 0 2rem', borderRadius: '12px', overflow: 'hidden' }}>
<iframe id="acc-overview-video" data-embed="https://www.youtube-nocookie.com/embed/Xr2RmZAVcoo?rel=0&modestbranding=1&playsinline=1" src="https://www.youtube-nocookie.com/embed/Xr2RmZAVcoo?rel=0&modestbranding=1&playsinline=1" title="Agent Command Center overview" style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', border: 0 }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen></iframe>
</div>

<script>{`
(function(){
function playAccVideoFromLink(){
if (location.hash !== '#watch') return;
var f = document.getElementById('acc-overview-video');
if (!f) return;
var base = f.getAttribute('data-embed');
if (base && f.src.indexOf('autoplay=1') === -1) { f.src = base + '&autoplay=1&mute=1'; }
var wrap = document.getElementById('acc-overview-video-wrap') || f;
if (wrap.scrollIntoView) wrap.scrollIntoView({ behavior: 'smooth', block: 'center' });
}
playAccVideoFromLink();
document.addEventListener('astro:page-load', playAccVideoFromLink);
})();
`}</script>

## About

Agent Command Center is Future AGI's AI Gateway. It sits between your application and LLM providers, giving you a single API that handles routing across 100+ providers, safety guardrails, response caching, cost tracking, and full observability.

Check warning on line 32 in src/pages/docs/command-center/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (futureagi) - vale-spellcheck

src/pages/docs/command-center/index.mdx#L32

Did you really mean 'AGI's'?

<Note>
**Already using the OpenAI SDK?** Just change `base_url` to `https://gateway.futureagi.com` and swap your API key. No other code changes needed. Switch between 100+ providers by changing the model name.
Expand Down Expand Up @@ -76,7 +92,7 @@
Add safety policies and content moderation
</Card>
<Card title="Configure Routing" icon="arrows-split-up-and-left" href="/docs/command-center/features/routing">
Load balancing, failover, and conditional routing

Check warning on line 95 in src/pages/docs/command-center/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (futureagi) - vale-spellcheck

src/pages/docs/command-center/index.mdx#L95

Did you really mean 'failover'?
</Card>
<Card title="Enable Caching" icon="database" href="/docs/command-center/features/caching">
Reduce costs and latency with response caching
Expand Down Expand Up @@ -112,10 +128,10 @@
| AWS Bedrock | Cloud API |
| Azure OpenAI | Cloud API |
| Cohere | Cloud API |
| Groq, Together AI, Fireworks | Cloud API |

Check warning on line 131 in src/pages/docs/command-center/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (futureagi) - vale-spellcheck

src/pages/docs/command-center/index.mdx#L131

Did you really mean 'Groq'?
| Mistral AI, DeepInfra, Perplexity | Cloud API |
| Cerebras, xAI, OpenRouter | Cloud API |

Check warning on line 133 in src/pages/docs/command-center/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (futureagi) - vale-spellcheck

src/pages/docs/command-center/index.mdx#L133

Did you really mean 'Cerebras'?
| Ollama, vLLM, LM Studio, TGI | Self-hosted |

Check warning on line 134 in src/pages/docs/command-center/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (futureagi) - vale-spellcheck

src/pages/docs/command-center/index.mdx#L134

Did you really mean 'Ollama'?

See [Manage Providers](/docs/command-center/features/providers) for the full list and configuration details.

Expand All @@ -128,10 +144,10 @@
No. If you use the OpenAI SDK, just change `base_url` and `api_key`. All providers work through the same OpenAI-format API.
</Accordion>
<Accordion title="Which providers are supported?">
100+ including OpenAI, Anthropic, Google Gemini, AWS Bedrock, Azure, Mistral, Groq, and self-hosted models via Ollama, vLLM, and LM Studio.

Check warning on line 147 in src/pages/docs/command-center/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (futureagi) - vale-spellcheck

src/pages/docs/command-center/index.mdx#L147

Did you really mean 'Groq'?

Check warning on line 147 in src/pages/docs/command-center/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (futureagi) - vale-spellcheck

src/pages/docs/command-center/index.mdx#L147

Did you really mean 'Ollama'?
</Accordion>
<Accordion title="What happens if a provider goes down?">
Agent Command Center automatically fails over to healthy backup providers. Configure routing policies with retries, circuit breaking, and failover order.

Check warning on line 150 in src/pages/docs/command-center/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (futureagi) - vale-spellcheck

src/pages/docs/command-center/index.mdx#L150

Did you really mean 'failover'?
</Accordion>
<Accordion title="Is my data stored?">
Agent Command Center does not store your prompts or completions by default. Caching is opt-in and configurable per organization.
Expand Down
Loading