integrations

Discover and manage OAuth-enabled external service integrations for Replit projects.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/bcwgames/FNaF-TVE --skill integrations-bcwgames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrations
Source: https://github.com/bcwgames/FNaF-TVE/tree/main/Five-Nights-At-Freddys-The-Virtual-Experience/.local/skills/integrations
Command: npx skills add https://github.com/bcwgames/FNaF-TVE --skill integrations-bcwgames

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrations enable seamless discovery and secure linking of external services (OAuth-enabled) to your Replit projects, unlocking new capabilities without exposing credentials.

Core Features & Use Cases

  • Discover and evaluate available integrations (blueprints, connectors, and connections) to extend your project capabilities.
  • Wire a connector or blueprint into a project using addIntegration, then establish user authorization with proposeIntegration.
  • Manage the full integration lifecycle from setup to active connections, including OAuth flows and token management.
  • Use cases include user authentication, database connections, payments, and third-party API interactions.

Quick Start

Begin by searching for an integration with searchIntegrations, then wire it to your project using addIntegration followed by proposeIntegration.

Frequently Asked Questions about integrations

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

FAQPage Schema
How do I connect third-party API integrations to a Replit project?

Third-party API integrations connect to your project by discovering available blueprints, wiring a connector with addIntegration, and establishing authorization with proposeIntegration.

How does OAuth token management work for external service connections?

OAuth token management handles the full authentication lifecycle, securely linking external services to your project and managing tokens without exposing credentials to the application.

Can I use this to set up database connections and payment integrations?

Yes, database connections and payment integrations are supported. The system manages the full lifecycle for third-party API interactions including authentication, databases, and payments.

What is the difference between blueprints, connectors, and connections?

Blueprints and connectors are discoverable templates for extending project capabilities, while connections are the active authorized links established after completing the OAuth lifecycle.

Do I need to expose API credentials when wiring integrations?

No, you do not need to expose API credentials. Integrations provide secure linking for external services, handling the OAuth flow and token management internally to keep credentials hidden.