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

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()
🔌

20+ 服務開箱即用

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

🤖

AI-first 設計

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

🔓

完全開源

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

準備好了嗎?

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

免費取得 API Key