Ampersand · Capability

Ampersand Integration Management

Workflow capability for product developers and platform engineers to manage SaaS integrations, connections, installations, and destinations programmatically through the Ampersand platform.

Run with Naftiko AmpersandIntegration ManagementSaaS IntegrationsDeveloper ToolsFinOps

What You Can Do

GET
List providers — List all SaaS providers available for integration through Ampersand.
/v1/providers
GET
List integrations — List all integration definitions in an Ampersand project.
/v1/projects/{projectIdOrName}/integrations
GET
List connections — List all connections established for SaaS providers in a project.
/v1/projects/{projectIdOrName}/connections
GET
List installations — List all integration installations for end-user connections.
/v1/projects/{projectIdOrName}/installations
POST
Create installation — Create a new integration installation for an end user.
/v1/projects/{projectIdOrName}/installations
GET
List destinations — List all destinations for integration data delivery.
/v1/projects/{projectIdOrName}/destinations

MCP Tools

list-providers

List all SaaS providers available for integration through Ampersand, including Salesforce, HubSpot, Marketo, Zendesk, and hundreds more.

read-only
list-integrations

List all integration definitions configured in an Ampersand project for a SaaS product.

read-only
list-connections

List all OAuth connections to third-party SaaS providers established by end users in an Ampersand project.

read-only
list-installations

List all integration installations mapping end-user groups to integration configurations in Ampersand.

read-only
create-installation

Create a new Ampersand integration installation to connect an end user's SaaS account with a configured integration.

list-destinations

List all data destinations configured in an Ampersand project for integration data delivery to webhooks, databases, or other targets.

read-only

APIs Used

ampersand-api