Coding Agent Plugins
The official FastAPI Cloud plugins let coding agents work with FastAPI Cloud directly from your local FastAPI project. They can:
- Create a new FastAPI app
- Deploy an app to FastAPI Cloud
- Inspect runtime and build logs
- Manage environment variables and secrets
The agent can select the right workflow from your request, so you can ask it to “deploy this app” or “show me the latest logs” without remembering every CLI command.
ChatGPT and Codex
Section titled “ChatGPT and Codex”Open the FastAPI Cloud plugin and add it to ChatGPT and Codex.
In Codex CLI, you can also enter /plugins, find FastAPI Cloud, and install it from the plugin browser. Start a new session after installing the plugin so its skills are available.
After installation, ask ChatGPT or Codex to perform a FastAPI Cloud task in your project. For example:
Create a new FastAPI app and deploy it to FastAPI Cloud.Show me the latest runtime logs for this app.Claude Code
Section titled “Claude Code”The FastAPI Cloud plugin for Claude Code is distributed from the fastapicloud/skills marketplace.
Run these commands in Claude Code:
/plugin marketplace add fastapicloud/skills/plugin install fastapicloud@fastapicloud-skillsClaude can invoke the installed skills automatically based on your request. You can also invoke one explicitly:
| Skill | Purpose |
|---|---|
/fastapicloud:fastapi-new | Create a new FastAPI project |
/fastapicloud:fastapicloud-deploy | Prepare and deploy an app |
/fastapicloud:fastapicloud-logs | Inspect runtime and build logs |
/fastapicloud:fastapicloud-env | Manage environment variables and secrets |
FastAPI Framework Skills
Section titled “FastAPI Framework Skills”The coding agent plugins focus on deploying and operating apps with FastAPI Cloud. To give your agent additional guidance for writing FastAPI application code, install the FastAPI framework skills with Library Skills:
uvx library-skillsWhen prompted for an installation target, choose the directory used by your coding agent, such as .claude/skills for Claude Code.