Admin dashboard

Integrations

Integrations is where you connect external services to your Anter workspace. Connections made here are managed at the organization level — one place to configure, monitor, and maintain the tools that your agents draw on across projects.

The catalog

The catalog organizes available integrations into two categories:

Tools & Knowledge — data sources and external APIs your agents can call as tools:

IntegrationWhat it provides
SupabaseQuery tables, run SQL, manage schema, apply migrations, get performance advisor findings — 10 tools
Google DriveSearch and read files from My Drive and Shared Drives — 8 tools, 1 resource
Microsoft SharePointSync document libraries and lists, search content — coming soon

Models — LLM providers that power your agents:

ProviderNotes
OpenAI, Anthropic, Google, Azure, MistralEach requires your own API key

The Models card in the catalog links directly to the LLM provider configuration page, where you add and manage provider credentials.

You can also connect any MCP-compatible server not in the catalog using the Add Custom MCP Server option at the bottom of the page.

Org-level vs project-level MCP

This is an important distinction:

ScopeWhereWhat it controls
OrganizationIntegrations (here)The connection itself — authentication, transport, health monitoring
ProjectFlows → MCP ServersWhich project-scoped MCP servers individual flow agents can use

Connecting a service in Integrations establishes the credential and transport configuration at the workspace level. Project-level MCP configuration in Flows is a separate, per-project layer — it governs which MCP servers a specific project's agents are permitted to call.

Connected servers

The Connected section above the catalog lists every MCP server currently linked to your organization. Each entry shows:

  • Server name and category
  • A health badge — see below
  • Transport type (e.g., Streamable HTTP, SSE)
  • Date added
  • A Configure button to open the server's settings

Health badges

BadgeMeaning
HealthyThe connection is active and operating normally
SyncingThe server is actively syncing tools or resources
ConnectedThe server is connected; no health check has run yet
ErrorThe connection failed or a tool call returned an error
Action neededAn OAuth-authenticated server whose credentials haven't been connected yet

Finding and connecting an integration

Use the category filter pills at the top of the catalog to narrow the list, or search within a category. Each catalog card shows a brief description and the number of tools and resources the integration provides.

Click + Connect on a catalog card to open the connection panel. For catalog integrations, the transport and authentication type are pre-configured — you supply any required credentials and confirm. For custom MCP servers, you configure all fields manually.

The full connection flow is covered in Connecting services.