New: MCP server monitoring is live. Start free

Documentation

Subscribe to the integration library

The integration library is Intello’s catalog of provider APIs we monitor for you. You pick a provider, choose which spec slices matter, and get provider change events when Intello publishes updates—usually without pasting a spec URL yourself.

In the web app

Exact labels vary, but the flow is typically:

  1. Open Dependency library / Integrations library (or similar) from the main nav or Dependencies.
  2. Browse or search for a provider (e.g. a vendor you integrate with).
  3. Choose Subscribe / Add subscription.
  4. On the subscription detail screen, enable the spec surfaces you care about and mute any you don’t (muting stops noise without canceling the whole subscription).
  5. Open Changes (org-wide or per subscription, depending on your build) to triage provider change events.
  6. Optionally set alert preferences for that subscription so only certain severities or domains notify you—same idea as BYO dependencies; see Alert preferences.

If you don’t see a vendor, you may need a custom dependency with your own OpenAPI URL instead (Add a dependency).

When subscriptions fit best

  • You want Intello-maintained canonical specs, not your own hosted URL.
  • Many teams standardize on the same vendor—one subscription, shared visibility.
  • You’re fine with updates following Intello’s catalog sync schedule rather than only when you click sync.

Provider changes and history

Provider changes appear in the app’s change feeds alongside your BYO dependencies (exact navigation depends on your version). You can acknowledge items after triage.

Plan note: some plans limit how far back you can see broadcast history; older items might not appear even though they existed. See Plans and usage.

Coverage vs custom dependencies

ApproachBest when
Library subscriptionVendor is in the catalog and the default specs match what you ship against.
BYO dependencyYou need a fork, private gateway URL, or non-catalog spec.

Developers: HTTP API

Automation uses routes such as POST /api/provider-subscriptions, GET /api/provider-subscriptions/:id/specs, PUT .../specs/:specId with { "is_muted": true | false }, GET /api/provider-changes, and alert-preference CRUD under /api/provider-subscriptions/:id/alert-preferences. Full tables: Core resources.

Related topics

Catch OpenAPI breaking changes early

Add your spec—diffs and alerts on every sync. No credit card to start; upgrade for faster polling, Slack or Teams, and more seats.