DEVELOPER & AI AGENT GATEWAY

Build with Lobby Intelligence

Programmatic creator discovery, semantic query decomposition, and autonomous Model Context Protocol (MCP) tools for performance agencies, UGC teams, and AI agents.

Developer Tools:

Select Your Integration Surface

Whether you are connecting existing CRM systems, building autonomous agent loops, or automating marketing campaigns, Lobby provides standard protocols.

api
RESTful & Webhooks

Lobby Partner API v1

Asynchronous B2B creator discovery. Submit natural-language target niches and locations. Gemini AI automatically expands queries to uncover verified micro-creators and streams leads back via webhooks.

  • check_circle Async Job Initiation (POST /discovery)
  • check_circle Gemini 10x Semantic Expansion
  • check_circle Webhook Callbacks with Engagement Rates
  • check_circle Generated Pitch Angles & Outreach Copy
Explore API Reference arrow_forward
neurology
Model Context Protocol

Lobby MCP Server

Expose Lobby creator discovery directly to AI models like Claude Desktop, Cursor, OpenAI Operator, and Windsurf. Empower your AI agents to discover creators directly in prompt conversations.

  • check_circle One-line Claude Desktop configuration
  • check_circle Tool: discover_local_creators
  • check_circle Tool: generate_outreach_pitch
  • check_circle Native support for Cursor & Agent loops
Set Up MCP Server arrow_forward
schema
No-Code & Pipelines

Workflows & Webhooks

Stream validated creator leads into HubSpot, Airtable, Notion, or Google Sheets via n8n, Make, and Zapier webhooks. Automatically trigger custom email and Instagram outreach sequences.

  • check_circle Real-time Lead Webhook Deliveries
  • check_circle Pre-formatted for CRM / Google Sheets sync
  • check_circle Resend & SendGrid Email Triggering
  • check_circle Python connector with batch retry logic
View Webhook Specs arrow_forward
Quick Start: Trigger Asynchronous Creator Discovery
curl -X POST "https://lobby.insightarc.com/api/v1/public/partner/discovery" \
  -H "Authorization: Bearer YOUR_PARTNER_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "partner_request_id": "REQ-2026-08-9921",
    "product_description": "Luxury boutique resort & eco-spa near Tulum beach",
    "target_location": {
      "city": "Tulum",
      "state": "Quintana Roo",
      "country": "MX"
    },
    "search_criteria": {
      "topics": ["tulum travel", "luxury hotel review tulum", "eco luxury mexico"],
      "language": "en"
    },
    "callback_url": "https://your-crm-system.com/webhooks/lobby-results"
  }'
dataset

Are you an AI Crawler, Cursor user, or LLM orchestrator?

We expose machine-readable developer documentation according to the llms.txt standard. Point your agents directly to our context manifest.

Open /llms.txt