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

# 环境与地址

> BP-Agent 测试、生产环境及其存储能力差异。

| 环境 | Base URL                     | 存储      | 推荐上传策略                            |
| -- | ---------------------------- | ------- | --------------------------------- |
| 测试 | `https://bptest.mapleai.cc`  | 无 OSS   | `relay`                           |
| 生产 | `https://project.mapleai.cc` | 阿里云 OSS | `relay`；确认 STS 开启后可用 `sts_direct` |

## 使用原则

* 所有示例默认从测试环境开始。
* 测试和生产使用不同的 API Token、`file_id`、项目 ID 与任务 ID，不能跨环境使用。
* 测试环境只使用 `relay` 上传。
* 生产环境存在 OSS，但只有服务端启用 STS 并配置角色后，`sts_direct` 才可用。
* 完成测试环境验收后，再切换生产 Base URL。

<Warning>
  不要通过是否能打开网站首页判断 API 是否可用。调用方应使用具体 `/api/open/*` 接口，并按 HTTP 状态码和响应体处理结果。
</Warning>
