返回 2026-07-09
🛠 工具 / 开源

[赞助内容] WorkOS Pipes:更丰富的上下文造就更智能的产品[Sponsor] WorkOS Pipes: More Context Makes for Smarter Products

daringfireball.net·2026-07-08 节选正文

WorkOS 推出了 Pipes 功能,旨在帮助应用和 AI 智能体无缝集成用户已有的第三方工具(如 GitHub、Slack、Salesforce 等)。开发者只需一次 API 调用,即可对接 100 多个服务提供商,Pipes 会自动处理复杂的 OAuth 流程、令牌刷新和凭证存储。该方案大幅减少了构建集成基础设施的耗时,让产品能持续获取最新上下文以提供更智能的服务。

Integrations for your apps & agents.

Connect to any service in minutes, with pre-built OAuth flows, UI widgets, and more.

Agents need context.Give it to them.

Enable agents to work with data from your users' other apps.

Agents take actions.Keep them safe.

Scoped consent means your agent can only access what was granted.

Credentials are a liability.Move them off your stack.

Credentials are stored encrypted. Revoke access with a single call.

import { WorkOS } from '@workos-inc/node';const workos = new WorkOS('sk_example_123456789');const token = await workos.pipes.getAccessToken({  userId: 'user_01EHZNVPK3SFK441A1RGBFSHRT',  organizationId: 'org_01EHZNVPK3SFK441A1RGBFSHRT',  provider: 'github',});

Session-scoped credentials

Credentials tied to a single session. Access expires automatically when it ends.

SOC 2 · HIPAA · GDPR

Compliance posture inherited from the WorkOS platform.

PKCE by default

Pipes always picks the strongest available auth flow.

Vault-backed storage

Every token encrypted at rest via AES-256.

需要完整排版与评论请前往来源站点阅读。