Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \ --url https://zeus-api.agentspro.cn/api/tools/oauth/exchange \ --header 'Content-Type: application/json' \ --data '{ "provider": "github", "code": "abc123def456", "redirect_uri": "https://zeus.agentspro.cn/oauth/callback" }'
{ "access_token": "gho_xxxxxxxxxxxx", "refresh_token": null, "expires_at": null, "token_type": "Bearer" }
用授权码交换 OAuth 访问令牌
github
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
google_drive
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
gmail
slack
SLACK_CLIENT_ID
SLACK_CLIENT_SECRET
notion
NOTION_CLIENT_ID
NOTION_CLIENT_SECRET
Bearer