For the complete documentation index, see llms.txt. This page is also available as Markdown.
PlatformAgent BuilderApp BuilderUpdated

AI and Utilities

Connect your workspace to large language model providers, voice AI services, web scraping tools, authentication providers, and utility services.

LLM providers

Large language model providers support text generation, streaming responses, and image generation. Agents and Skills use these integrations for AI capabilities.

Integration
Description
Source
Connect Method

Anthropic

Generate text and stream responses using Anthropic models.

Platform

Connect BYOK

Gemini

Generate text, stream responses, and images using Google Gemini models.

Platform

Connect BYOK

Google Generative AI Image

Generate images using Google Gemini models.

Platform

Connect BYOK

OpenAI

Generate text and stream responses using OpenAI models.

Platform

Connect BYOK

Voice AI

Voice synthesis and cloning services generate speech from text.

Integration
Description
Source
Connect Method

ElevenLabs

Generate speech, clone voices, and manage multilingual voices and models.

Platform

Connect BYOK

Web scraping

Web content extraction and crawling services gather data from websites.

Integration
Description
Source
Connect Method

Firecrawl

Scrape pages, crawl sites, search the web, map site URLs, and extract structured content.

Platform

Connect BYOK

Backend

Backend platforms support databases, authentication, storage, and serverless functions.

Integration
Description
Source
Connect Method

Supabase

Run database CRUD and RPC, handle end-user auth and admin users, manage storage, and invoke edge functions on a Supabase project.

Platform

Connect BYOK

Authentication

Identity and authentication providers support user sign-in flows.

Integration
Description
Source
Connect Method

Google OAuth

Authenticate users using Google OAuth.

Platform

Connect BYOK

What you can do with Google OAuth

  • Add "Sign in with Google" authentication to your apps with an auto-generated branded sign-in button.

  • Access the signed-in user's profile data—name, email, and profile picture—as variables in your app or agent logic.

  • Use Google OAuth as the identity layer for apps that need per-user personalization or access control.

Last updated