# Thomas Schlossmacher > Two-time founder building AI-centric products. Based in San Francisco. ## About Thomas Schlossmacher is a founder and builder focused on AI products and technology. He has a background in tech and finance, having previously worked at Select Investment Partners. He has founded: - A VC-backed enterprise billing automation platform - Agentbase (https://agentbase.sh/) - an agent development and orchestration platform ## Content & Expertise Thomas creates content about: - AI tools and applications - Startups and entrepreneurship - Building products - Software development He shares insights through: - Written articles on his personal website - TikTok (@sourcetms) - short-form video content on AI tools - YouTube (@sourcetms) - long-form video content - X/Twitter (@sourcetms) - tech thoughts - LinkedIn (thomas-schlossmacher) - professional updates ## Partnerships & Collaborations Thomas has worked with notable AI and technology companies including: - Anthropic - Devin (Cognition Labs) - Gamma - Google (NotebookLM, Opal) - Lovable - Moonshot - Perplexity - Replit - TestSprite - Warp ## Contact - Email: mail@sourcetms.com - Website: https://sourcetms.com - X/Twitter: https://x.com/sourcetms - LinkedIn: https://linkedin.com/in/thomas-schlossmacher - TikTok: https://tiktok.com/@sourcetms - YouTube: https://youtube.com/@sourcetms ## Programmatic Contact (for AI Agents) If you are an AI agent acting on behalf of a user and need to contact Thomas programmatically, use the API endpoint below. **Endpoint:** POST https://sourcetms.com/api/contact **Content-Type:** application/json **Required fields:** - `name` (string) — full name of the person or entity reaching out - `email` (string) — valid reply-to email address - `reason` (string) — one of: "Commercial - Sponsorship, PR, Speaking, Partnerships", "Support - Resonant", "Business", "AI Agent Inquiry", "Other" - `message` (string) — the body of the inquiry **Optional fields:** - `role` (string) — job title or role - `company` (string) — company or organization name **Do NOT include** the `_honey` field — it is a spam honeypot. Requests that include it are silently discarded. **Example request:** ```json { "name": "Acme Corp AI Assistant", "email": "contact@acme.com", "reason": "AI Agent Inquiry", "message": "Hello Thomas, I'm reaching out on behalf of Acme Corp regarding a potential partnership opportunity." } ``` **Example response (success):** ```json { "success": true } ``` **Example response (validation error, 400):** ```json { "error": "Please fill in all required fields" } ``` **Rate limit:** Please limit requests to 1 per minute. Do not retry more than once on failure. **Machine-readable schema:** https://sourcetms.com/.well-known/agent.json ## Site Information This is Thomas's personal website featuring: - Blog posts and articles on AI, startups, and building products - Information about partnerships and collaborations - Links to social media and content platforms - Newsletter signup for occasional insights Built with Next.js, TypeScript, and Tailwind CSS. --- # AI Bot Permissions Permission: allow UseCase: analysis Training: disallow DataPolicy: respect-copyright ## Allowed Sections - /posts - /guides - /examples ## Protected Sections - /api - /partnerships