One API key. Every service. Works anywhere.
arcrun handles Google, Notion, GitHub, Slack authentication so your Python / JS code doesn't have to.
from arcrun import auth drive = auth.bind( "google_drive" ) # done.
pip install arcrun-auth
from arcrun import auth
# Google Drive auth — done in 1 line
drive = auth.bind("google_drive")
resp = drive.get("/files")
print(resp.json())Google、Notion、GitHub、Slack、OpenAI、Stripe... 全部一個 bind() 搞定。
Token 消耗極小,YAML workflow 幾十個 token,讓 AI 直接讀寫執行。
MIT 授權。Self-host 在你自己的 Cloudflare,或使用我們的 hosted 服務。
免費取得 API Key,不需要信用卡。
免費取得 API Key