Skip to content

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.

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.

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-skills

Claude can invoke the installed skills automatically based on your request. You can also invoke one explicitly:

SkillPurpose
/fastapicloud:fastapi-newCreate a new FastAPI project
/fastapicloud:fastapicloud-deployPrepare and deploy an app
/fastapicloud:fastapicloud-logsInspect runtime and build logs
/fastapicloud:fastapicloud-envManage environment variables and secrets

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:

Terminal window
uvx library-skills

When prompted for an installation target, choose the directory used by your coding agent, such as .claude/skills for Claude Code.