Open Source · Free API Key · No Credit Card

Stop fighting OAuth.

One API key. Every service. Works anywhere.

arcrun handles Google, Notion, GitHub, Slack authentication so your Python / JS code doesn't have to.

Before
40 行 OAuth 程式碼
GCP Console 設定
debug 兩天
Service Account JSON
token 過期再修一次
After
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())
🔌

20+ 服務開箱即用

Google、Notion、GitHub、Slack、OpenAI、Stripe... 全部一個 bind() 搞定。

🤖

AI-first 設計

Token 消耗極小,YAML workflow 幾十個 token,讓 AI 直接讀寫執行。

🔓

完全開源

MIT 授權。Self-host 在你自己的 Cloudflare,或使用我們的 hosted 服務。

準備好了嗎?

免費取得 API Key,不需要信用卡。

免費取得 API Key