5개의 인증 흐름 없이 5개의 SaaS 도구를 다루는 에이전트 출시
언제 쓸까: 사용자는 Claude가 Gmail을 읽고, HubSpot을 업데이트하고, Jira에 댓글을 달기를 원하지만, 각각에 대해 OAuth 접착제를 작성하고 싶지는 않습니다.
사전 조건
- Klavis 계정 + API 키 — klavis.ai에 가입하고 대시보드에서 키를 받으세요.
- 선택한 서버가 활성화되었습니다. — Klavis UI에서 Gmail, HubSpot, Jira를 켭니다.
흐름
-
게이트웨이 배선Add Klavis as an MCP server with my token. List which tools are now available.✓ 복사됨→ Tool list mentions Gmail, HubSpot, Jira endpoints
-
최종 사용자 연결Generate the Connect-Gmail URL for user_id=xyz. When they return, confirm auth succeeded.✓ 복사됨→ OAuth URL returned; post-callback shows connected:true
-
교차 앱 작업For the latest Gmail from acme.com, create a HubSpot contact and a Jira ticket summarizing the thread.✓ 복사됨→ All three APIs hit in one flow with audit trail
결과: 사용자 범위 인증과 하나의 구성 URL을 사용하여 작동하는 다중 SaaS 에이전트입니다.
함정
- User tokens expire silently — Subscribe to the
auth_expiredwebhook and prompt the user to reconnect