Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
5b26533
docs: highlight AI use cases across introduction, quickstart, and how…
jul-dan May 6, 2026
2cae2c4
docs: remove use case duplication, add color accent to AI cards
jul-dan May 6, 2026
70929c9
docs: add purple gradient background to AI sections via CSS class
jul-dan May 6, 2026
566ce7a
docs: add Agent Skills directory page inspired by Railway's agent dir…
jul-dan May 6, 2026
c5a24d2
docs: remove color prop from all AI cards — restore default icon colors
jul-dan May 6, 2026
480df62
docs: redesign ai-agent page inspired by Railway's agent directory
jul-dan May 6, 2026
93f524e
docs: add real brand logos to ai-agent compatible tools section
jul-dan May 6, 2026
5d931fd
docs: deduplicate ai-agent and agent-skills pages
jul-dan May 6, 2026
ee0b018
docs: replace amp.png with amp.svg (currentColor, dark mode compatible)
jul-dan May 6, 2026
ffc5173
docs: replace kiro.png with kiro.svg
jul-dan May 6, 2026
5980217
docs: update kiro icon path from .png to .svg in ai-agent.mdx
jul-dan May 6, 2026
8bd7f1a
docs: replace openai.png with openai.svg
jul-dan May 6, 2026
79d0ad9
docs: update openai icon path from .png to .svg in ai-agent.mdx
jul-dan May 6, 2026
548048f
docs: replace opencode.png with opencode.svg
jul-dan May 6, 2026
c794979
docs: invert goose, amp, openai logos to white in dark mode
jul-dan May 6, 2026
c6f67d3
docs: remove jetbrains.svg, use jetbrains.png, clean up CSS
jul-dan May 6, 2026
275ab65
docs: keep anthropic logo color unchanged in dark mode
jul-dan May 6, 2026
ea2d685
docs: replace anthropic logo with wand icon on qovery-onboard skill card
jul-dan May 6, 2026
4079a3c
docs: terminal prompts, nav restructure, move workflow to agent-skills
jul-dan May 6, 2026
316c522
docs: drastically cut card content per CEO feedback
jul-dan May 7, 2026
e2da9a6
docs: skills selector with Prompt component + copy button in hero ter…
jul-dan May 7, 2026
4bd4d43
docs: replace Prompt component with custom terminal + Open in Cursor …
jul-dan May 7, 2026
8ca6a20
docs: fix Cursor deep link URL scheme (prompt?text= not composer?query=)
jul-dan May 7, 2026
fa9381a
docs: fix prompts from GitHub, accordion for deployment steps, Cursor…
jul-dan May 7, 2026
b2bfdb2
docs: flatten compatible tools grid, remove Try These Prompts, link t…
jul-dan May 7, 2026
6c51c9f
docs: move How Deployment Works accordion to ai-agent page
jul-dan May 7, 2026
c25c9ff
docs: remove ai-section purple background from hero
jul-dan May 7, 2026
6ad3395
docs: add install label before skills curl command
jul-dan May 7, 2026
c255b0a
docs: wrap install command in ai-section card with link to agent-skills
jul-dan May 7, 2026
a67cb95
docs: fix double divider in agent-skills, reduce Open in Cursor butto…
jul-dan May 7, 2026
4ac0ba6
docs: replace cursor img with inline SVG to fix button size
jul-dan May 7, 2026
6b8aef0
docs: add skill description between selector grid and terminal
jul-dan May 7, 2026
15dd8c4
docs: make skill description more visible with purple left border and…
jul-dan May 7, 2026
8f2ad49
docs: rename Eight Skills to Available Skills across pages
jul-dan May 7, 2026
d3b5018
docs: remove all Eight references, improve comparison table styling
jul-dan May 7, 2026
1da7017
docs: add intro sentence to quickstart page
jul-dan May 7, 2026
2198e8e
docs: move Choose your deployment path after intro sentence
jul-dan May 7, 2026
78ccc8e
docs: add Remote Dev Environments page, add to nav, update quickstart…
jul-dan May 7, 2026
8ba11f3
docs: remove $80K+ saved stat from remote dev environments page
jul-dan May 7, 2026
5732bd3
docs: remove redundant Built for AI Agents section
jul-dan May 7, 2026
84c39b9
docs: replace plain code block with terminal component on remote dev …
jul-dan May 7, 2026
26962d9
docs: remove security section, improve next steps, rename nav group t…
jul-dan May 7, 2026
c257150
docs: fix AI Dev Environments card link in introduction to remote-dev…
jul-dan May 7, 2026
560c042
docs: replace em dash with hyphen in platform heading
jul-dan May 7, 2026
2587663
docs: replace em dash with hyphen in remote dev environments description
jul-dan May 7, 2026
c1dc15a
docs: remove dash in remote dev environments description
jul-dan May 7, 2026
0cc08d7
Merge remote-tracking branch 'origin/main' into docs/ai-use-cases-hig…
jul-dan May 18, 2026
4717f85
Add prominent link to remote dev environments how-to guide
jul-dan May 18, 2026
9aa388c
Restructure docs: AI tab overview, quickstart cleanup, intro simplifi…
jul-dan May 19, 2026
3bde29d
Fix frontmatter delimiter and reorder Installation before Quickstart …
jul-dan May 19, 2026
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
49 changes: 49 additions & 0 deletions docs/copilot/ai-overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: "AI on Qovery"
description: "Three ways to manage your infrastructure with AI from your coding tool, your AI assistant, or the console."
mode: "wide"
---

## Three Ways to Use AI with Qovery

<CardGroup cols={3}>
<Card title="Agent Skills" icon="wand-magic-sparkles" href="/getting-started/quickstart/agent-skills">
Install Qovery skills directly in your AI coding tool (Claude Code, Cursor, OpenCode). Your agent deploys, troubleshoots, optimizes, and manages infrastructure without leaving your editor.

**Best for**: developers using AI coding tools

</Card>
<Card title="MCP Server" icon="plug" href="/copilot/mcp-server">
Connect any MCP-compatible AI assistant (Claude Desktop, etc.) to your Qovery infrastructure. Manage environments and services through natural language.

**Best for**: ops and platform teams using AI assistants

</Card>
<Card title="Copilot" icon="robot" href="/copilot/getting-started">
Built-in agentic AI in the Qovery console and Slack. No setup — just describe what you want and it executes across your infrastructure.

**Best for**: teams who live in the console or Slack

</Card>
</CardGroup>

## What Every AI Entry Point Can Do

Regardless of how you connect, all three share the same capabilities:

<CardGroup cols={2}>
<Card title="Deploy & Manage" icon="rocket">
Deploy applications, manage environments, scale services, trigger rollbacks.
</Card>
<Card title="Troubleshoot" icon="magnifying-glass">
Analyze logs, diagnose failures, identify root causes, suggest and apply
fixes.
</Card>
<Card title="Optimize" icon="piggy-bank">
Analyze costs, right-size resources, set up sleep schedules, reduce waste.
</Card>
<Card title="Guardrails built in" icon="shield-check">
Every action respects your RBAC. Agents can't do what users can't do. Full
audit trail.
</Card>
</CardGroup>
Loading
Loading