Pre-built integrations that allow your workflows and agents to interact with external services and data sources. They handle authentication, data formatting, and API communication so you can focus on building fan experiences.
pyscript
): Implemented as Python modules with defined functionsrestapi
): Configured using JSON specifications for API endpoints.yml
) that defines the connector’s name, description, and available commands.py
) for Python-based connectors or (.json
) for REST API connectors_install.yml
) that specifies how the connector should be installed_install.yml
file to specify how your connector should be installed:
invoke_prompt
: Execute an AI prompt with high performance
invoke_embedding
: Generate embeddings for text
invoke_prompt
: Execute an AI prompt
invoke_embedding
: Generate or search embeddings
transcribe_audio_to_text
: Convert audio to text
generate_image
: Generate AI images based on text prompts
get_session_data
: Fetch session data for a specific race
get_driver_info
: Get information about F1 drivers
get_team_info
, get_race_schedule
, get_lap_data
, and get_race_results
follow similar patterns with appropriate parameters.
sync-teams
: Retrieve MLB team information
sync-seasons
: Get MLB season information
sync-schedule
: Fetch MLB game schedules
sync-standings
: Get current MLB standings
sync-stats
: Retrieve player and team statistics
invoke_loader
: Initialize document loader
load_documents
: Load and process documents
get_brand_assets
: Retrieve brand assets and guidelinesget_brand_colors
: Fetch brand color paletteget_brand_logos
: Access brand logo variationsgenerate_video
: Create AI avatar videossend_sms
: Send SMS messages to customers
send_whatsapp
: Send WhatsApp messages
send_email
: Send email messages
send_voice
: Initiate voice calls
send_message
: Send messages across multiple channels (SMS, WhatsApp, RCS, Messenger, etc.)
verify_number
: Verify phone numbers via SMS or voice
gpt-4o
or llama3-70b
for complex reasoning tasksgpt-3.5-turbo
or smaller models for simpler taskswhisper-1
for audio transcription)