Skip to content

v0.0.42 — Managed Integrations

Choose a tag to compare

@brandomagnani brandomagnani released this 03 Jun 00:19
· 45 commits to main since this release

Highlights

  • Added managed integrations in gateway mode with withIntegrations() / IntegrationsSetup.
  • Added SDK helpers for auth links and account management: Evolve.integrations.auth(), accounts.list(), accounts.update(), and accounts.delete().
  • Agents now receive an Evolve-scoped MCP proxy for integration tools; provider credentials stay server-side.
  • Added app, tool, account, custom auth config, and API-key filters for integration runs.
  • Renamed the old Composio-specific docs/cookbooks to generic managed integrations.

Fixes

  • Removed the sandbox-scoped runtime gateway key flow from the SDK and Dashboard.
  • Restored the pre-release EVOLVE_API_KEY gateway behavior for sandbox/runtime setup.

Available apps

  • gmail — Gmail
  • agent_mail — Agent Mail
  • slack — Slack
  • github — GitHub
  • googlecalendar — Google Calendar
  • notion — Notion
  • linear — Linear

Breaking changes

  • Removed the old Composio-specific SDK modules and public naming.
  • Use withIntegrations(...) and Evolve.integrations... instead of any previous Composio-specific setup.
  • Managed integrations require gateway mode with EVOLVE_API_KEY.