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

# 认证

在使用 PPIO 沙箱命令行工具前，您必须先进行认证。运行以下命令登录到您的 PPIO 账户：

<Tip>
  执行下方命令后，会在您的浏览器中弹出一个第三方授权页面（地址为 `https://ppio.com/oauth/authorize?xxx` 格式），请按照指引完成后续授权步骤。
</Tip>

```bash Bash icon="terminal" theme={null}
ppio-sandbox-cli auth login
```
