> ## Documentation Index
> Fetch the complete documentation index at: https://ikun.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 在 AWS 上运行 Agent API

让我们在 AWS 上为生产环境运行 **Agent API**。

<Snippet file="aws-setup.mdx" />

<Snippet file="update-agent-api-prd-secrets.mdx" />

<Snippet file="create-aws-resources.mdx" />

<Snippet file="agent-app-production-fastapi.mdx" />

<Snippet file="agent-app-update-production.mdx" />

<Snippet file="agent-app-delete-aws-resources.mdx" />

## 下一步

恭喜您在 AWS 上成功运行了 Agent API。接下来的步骤：

* 阅读如何[更新工作区设置](/workspaces/workspace-management/workspace-settings)
* 阅读如何[为您的工作区创建 git 仓库](/workspaces/workspace-management/git-repo)
* 阅读如何[管理生产应用程序](/workspaces/workspace-management/production-app)
* 阅读如何[格式化和验证您的代码](/workspaces/workspace-management/format-and-validate)
* 阅读如何[添加 Python 库](/workspaces/workspace-management/install)
* 阅读如何[添加自定义域名和 HTTPS](/workspaces/workspace-management/domain-https)
* 阅读如何[实现 CI/CD](/workspaces/workspace-management/ci-cd)
* 在 [discord](https://agno.link/discord) 上与我们交流
