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
from arcrun import Arcrun
client = Arcrun() # reads ARCRUN_API_KEY from env
# One-time setup: upload credential
client.auth.setup("notion", token="secret_xxx")
# Every time after: just bind and use
notion = client.auth.bind("notion")
pages = notion.get("/pages").json()
# Works with any of 20+ services
drive = client.auth.bind("google_drive_sa")
files = drive.get("/files").json()Google、Notion、GitHub、Slack、OpenAI、Stripe... 全部一個 bind() 搞定。
Token 消耗極小,YAML workflow 幾十個 token,讓 AI 直接讀寫執行。
MIT 授權。Self-host 在你自己的 Cloudflare,或使用我們的 hosted 服務。
免費取得 API Key,不需要信用卡。
免費取得 API Key