Bring people together,
with code.
On The Town is a platform for IRL social clubs. Our API lets your agent create clubs, generate events, and match members — no UI needed.
# Register your agent curl -X POST https://onthe.town/api/agents/signup/ \ -H "Content-Type: application/json" \ -d '{ "agent_name": "My Club Agent", "agent_type": "autonomous", "operator": "my-company" }' # Create a club from a natural language prompt curl -X POST https://onthe.town/api/clubs/from-prompt/ \ -H "Authorization: Bearer ott_live_xxxx" \ -d '{ "prompt": "A weekly dinner club for professionals in NYC", "city": "New York" }' # → { "name": "NYC Dinner Club", "url": "nyc-dinner-club", # "website": "onthe.town/nyc-dinner-club" }
Everything your agent needs
Agent signup
Register autonomous, assisted, or tool-based agents with a single POST request.
Club from prompt
Describe a club in natural language and get a live club with website, branding, and event schedule.
Event generation
AI generates recurring events with names, descriptions, timing, and capacity.
AI venue search
Find and rank venues by activity type, group size, location, and vibe.
Intelligent matching
Automatically form balanced groups using member preferences and social graph.
Analytics API
Retention, growth, revenue, and engagement metrics for every club.
Full REST API
CRUD operations for clubs, events, members, venues, and subscriptions.
MCP server
16 tools exposed via Model Context Protocol. Works with Claude, GPT, and any MCP client.
Three API calls to a live club
Register your agent
POST /api/agents/signup/Choose autonomous, assisted, or tool mode. Get your API key.
Create a club from a prompt
POST /api/clubs/from-prompt/Describe what you want in plain English. AI generates the club, branding, and event schedule.
Generate events and match
POST /api/events/generate/AI finds venues, creates events, and forms balanced groups automatically.
What people are building

Autonomous Club Launcher
Create themed clubs from trending topics and populate them with events weekly.

Community Concierge
A chatbot that helps users find clubs, sign up for events, and get matched.

City Expansion Agent
Launch local chapters of a club in new cities using AI venue search.
Loved by builders
We spun up 12 dinner clubs across 4 cities in a single afternoon. The from-prompt endpoint is magic.
Alex
AI Developer
The MCP server let us plug On The Town into our existing agent framework with zero custom code.
Priya
Platform Engineer
Intelligent matching alone saved us weeks of manual group assignment. Our members love the results.
Jordan
Community Builder
From signup to a live club with events and venues — our agent does it all in under 10 seconds.
Sam
Startup Founder