Programmatic creator discovery, semantic query decomposition, and autonomous Model Context Protocol (MCP) tools for performance agencies, UGC teams, and AI agents.
Whether you are connecting existing CRM systems, building autonomous agent loops, or automating marketing campaigns, Lobby provides standard protocols.
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.
POST /discovery)
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.
discover_local_creators
generate_outreach_pitch
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.
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"
}'
We expose machine-readable developer documentation according to the llms.txt standard. Point your agents directly to our context manifest.