integrations

Discover and manage Replit integrations for OAuth, databases, and APIs.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AugustEmna/FlexMatch --skill integrations-augustemna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/AugustEmna/FlexMatch/tree/main/.local/skills/integrations
Command: npx skills add https://github.com/AugustEmna/FlexMatch --skill integrations-augustemna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrations enable first-class usage of third-party and some first-party technologies, allowing seamless authentication, data connections, and API access within Replit projects.

Core Features & Use Cases

  • Connectors, blueprints, and connections streamline OAuth, API integration, and platform extensions.
  • Use cases include user authentication, database connections, payment processing, and external service integrations for projects.
  • Proactively prompt users to connect existing integrations to unlock expanded capabilities.

Quick Start

Connect a Google Drive integration to enable secure storage and access.

Frequently Asked Questions about integrations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add OAuth-based authentication for third-party APIs in Replit?

OAuth-based authentication for third-party APIs in Replit is added by discovering and installing integrations using lifecycle functions like searchIntegrations and addIntegration, which handle token wiring automatically.

What is the best way to connect external services like databases and payment processors to a Replit project?

Connecting external services like databases and payment processors to Replit is achieved through integrations, utilizing blueprints and connectors to establish secure data links and API access within your project workflow.

Can I propose a new third-party API integration if an existing connector is not available?

You can propose a new third-party API integration using the proposeIntegration function, allowing you to request connectors for external services not yet available in the existing Replit integration library.

How do I view and manage existing connections and integration blueprints within my workflow?

You view and manage existing connections and blueprints within your workflow by using the viewIntegration function, which provides renderedContent snippets for token handling and configuration details.

Does this integration management process support first-party platform extensions alongside external APIs?

The integration management process supports first-party platform extensions alongside external APIs, enabling seamless data connections, authentication flows, and usage of some first-party technologies within Replit projects.

Why use Replit integrations instead of manually handling API tokens and OAuth flows?

Replit integrations provide first-class usage of third-party technologies by streamlining OAuth flows and API integration management, reducing manual token handling and proactively prompting users to unlock expanded platform capabilities.