Connection Providers

This page lists all available connection providers in AgenticFlow with their exact configuration fields and credential sources.


MCP (Model Context Protocol) Connections

MCP Connection

  • Category: mcp

  • Description: Universal connection to MCP servers providing tools, prompts, and resources

  • Authentication Types: None, OAuth 2.0 (auto-discovery)

  • Configuration Fields:

    • url (required) - MCP server endpoint URL

    • transport - sse (Server-Sent Events) or streamable_http

    • headers (optional) - Custom HTTP headers as key-value pairs

    • auth_type - none or oauth

    • client_metadata (optional):

      • image_url - Icon/logo URL for the connection

      • docs_url - Documentation URL


AI Model Providers

OpenAI

  • Category: openai

  • Description: Access GPT models and OpenAI services (ChatGPT, GPT-4, DALL-E, Whisper)

  • Authentication: API Key

  • Configuration Fields:

    • api_key (required) - Your OpenAI API key

    • base_url (optional) - Custom base URL (default: https://api.openai.com/v1)

Claude (Anthropic)

Google Gemini

DeepSeek

  • Category: deepseek

  • Description: Access DeepSeek AI models (DeepSeek V3, DeepSeek R1)

  • Authentication: API Key

  • Configuration Fields:

    • api_key (required) - Your DeepSeek API key

    • base_url - API base URL (default: https://api.deepseek.com)

Groq

  • Category: groq

  • Description: High-speed LLM inference with Groq's LPU technology (Llama, Mixtral, Gemma)

  • Authentication: API Key

  • Configuration Fields:

    • api_key (required) - Your Groq API key from console

    • base_url - API base URL (default: https://api.groq.com)

Perplexity


AI Infrastructure & Services

Replicate

FAL.ai

Straico

PixelML

  • Category: pixelml

  • Description: Enterprise AI platform for custom models

  • Authentication: API Key

  • Configuration Fields:

    • api_key (required) - Your PixelML API key

    • base_url (optional) - Custom base URL for self-hosted deployments


Specialized Tools & Services

Firecrawl

  • Category: firecrawl

  • Description: Web scraping and crawling API optimized for AI/LLMs

  • Authentication: API Key

  • Configuration Fields:

    • connections (list of connections):

      • api_key (required) - Your Firecrawl API key (starts with fc-)

      • base_url - API base URL (default: https://api.firecrawl.dev)

  • Get Credentials: Firecrawl Dashboardarrow-up-right β†’ Login β†’ View API Key

Tavily

  • Category: tavily

  • Description: Search API optimized for AI agents and LLMs

  • Authentication: API Key

  • Configuration Fields:

    • api_key (required) - Your Tavily API key (starts with tvly-)

  • Free Tier: 1,000 API credits per month

Telegram

  • Category: telegram

  • Description: Telegram Bot API for messaging and automation

  • Authentication: Bot Token

  • Configuration Fields:

    • token (required) - Your Telegram Bot token from BotFather

  • Get Credentials:

    1. Open Telegram and search for @BotFather

    2. Send /newbot command

    3. Follow prompts to create your bot

    4. Copy the provided token


OAuth 2.0 Connections

YouTube

  • Category: youtube

  • Description: YouTube Data API v3 for video and channel management

  • Authentication: OAuth 2.0

  • Configuration Fields:

    • auth_url - https://accounts.google.com/o/oauth2/auth

    • token_url - https://oauth2.googleapis.com/token

    • scope - https://www.googleapis.com/auth/youtube.upload

    • client_id - Configured by platform

    • client_secret - Configured by platform

  • OAuth Flow: Handled automatically by AgenticFlow

Last updated

Was this helpful?