# Fieldos Demo Hartman A page — no catalogue; the doors below are what it offers. 24/7 Autonomous Sales Agent Mission: Turn every inquiry into a qualified lead with your autonomous agent layer ## Where - [Human page](https://hartman.consiglierefieldos.com/) - [This brief](https://hartman.consiglierefieldos.com/llms.txt) - [Machine manifest (JSON)](https://hartman.consiglierefieldos.com/lucerna.json) ## What it can do accounts, sole_domain ## Doors — real pages, drive them like a person would - [account](https://hartman.consiglierefieldos.com/account) ## The page, top to bottom 1. hero — Meet FieldOS Your 24/7 Sales Agent That Never Sleeps 2. text — Autonomous Inquiries That Convert An autonomous agent that lives on your domain and turns inbound inquiries into qualified leads. Every customer question answered. Every lead qualified. Every quote generated and sent — 24/7. No delays. No dropped conversations. 3. text — Three Simple Steps Step 1: Customer Submits Inquiry. Someone visits your site and answers a quick questionnaire about their needs and budget. Step 2: FieldOS Generates a Quote. Our agent analyzes their requirements and creates a personalized, professional quote in seconds based on your pricing rules. Step 3: Quote Arrives in Their Inbox. A polished quote from agent@yourdomain.com lands in their email, ready to review and follow up on. 4. text — Quick Questionnaire Company Name: Enter your business name. Email Address: Where we'll send your quote. Business Type: Are you a service business, product company, consulting agency, or hybrid? Monthly Inquiry Volume: How many inquiries do you receive each month today? Pain Points & Needs: What challenges do you face? Slow response times? Too many to handle? Hard to qualify? Budget Awareness: What is your comfort zone for a monthly investment in this capability? 5. text — Simple, Transparent Plans Starter — $199/month Up to 100 inquiries per month, basic questionnaire, quote generation, email delivery, email support. Pro — $449/month (Most Popular) Up to 500 inquiries per month, custom questionnaire, smart lead qualification, multi-channel delivery, priority support, automated lead routing. Enterprise — Custom Pricing Unlimited inquiries, custom workflows, advanced analytics, dedicated support, API access, white-label options for agencies. Your estimated price updates as you fill out the questionnaire above based on your volume and needs. 6. text — Here's What Your Customers Will Receive From: agent@consiglierefieldos.com To: customer@example.com Subject: Your Custom FieldOS Quote Hi Jane, Thank you for reaching out and telling us about Smith Consulting's needs. Based on your responses, here is your personalized quote: Quote #FOS-2024-001 Date: September 12, 2026 Customer: Jane Smith, Smith Consulting Service: FieldOS Pro Plan - 500 inquiries per month Includes: Smart inquiry handling, lead qualification, custom questionnaire, automated quote generation, professional email delivery, priority support. Price: $449 per month Would this work for your team? Just reply to this email to get started, or visit our site to proceed with setup. Our team is here to help 24/7. Best regards, FieldOS Agent On behalf of your company 7. text — Built for Service Businesses & Agencies On YOUR Domain: Customers see agent@yourdomain.com. Your brand. Your reputation. No third-party logos. YOUR Pricing Rules: Set your tiers. Set your thresholds. FieldOS follows your logic. Instant Setup: No integrations. No waiting. Questionnaire to live agent in minutes. Always Learning: FieldOS gets smarter as it handles more inquiries, learning what converts best for your business. Never Lose a Lead: Every inquiry answered. Every customer qualified. No more missed opportunities while you're busy. 8. text — Who Should Use FieldOS Service Agencies: Plumbers, electricians, contractors who get hammered with calls. Consulting Firms: Handling dozens of qualification calls every week. SaaS & Product Companies: Demo requests, pricing questions, integration help. Freelancers & Solo Ops: Running everything yourself? FieldOS is your virtual sales team. Sales Teams: Lead qualification that scales without hiring. If your business receives more than 10 inquiries per week and any of them go unanswered — FieldOS is for you. 9. text — Start Your Free Trial Today Fill out the questionnaire above and get an instant quote. No credit card required for the trial. No long-term contracts. Just 14 days of FieldOS handling your inquiries and showing you the magic. Reply to your quote email or visit our dashboard to activate. ## Every link on the page - agent@yourdomain.com (email): mailto:agent@yourdomain.com - agent@consiglierefieldos.com (email): mailto:agent@consiglierefieldos.com - customer@example.com (email): mailto:customer@example.com ## API Base: https://bookings.lucernanoetica.com Auth: public bearer token — request one at https://lucernanoetica.com/agents - services: /v1/t/fieldos-demo-hartman/services - availability: /v1/t/fieldos-demo-hartman/availability?service_id&date - book: POST /v1/t/fieldos-demo-hartman/bookings - ticket: /v1/t/fieldos-demo-hartman/bookings/:ticket - event_ics: /ics/e/:ticket.ics ## CLI $ curl -X POST -H "content-type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' https://platform.lucernanoetica.com/v1/mcp the whole shop grammar over plain HTTP, no credential and no install — search the market, read a shop, ask its concierge, get a quote, offer a booking, open a checkout hold $ curl -X POST -H "content-type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"booking_offer","arguments":{"shop":"fieldos-demo-hartman"}}}' https://platform.lucernanoetica.com/v1/mcp this shop’s live services, prices and deposits — then booking_intent on one opening holds it $ curl -X POST -H "content-type: application/json" -d '{"input":""}' https://platform.lucernanoetica.com/v1/t/fieldos-demo-hartman/concierge/walk walk the shop’s concierge to a real quote (omit `walk` to start; keep the id it returns) $ claude mcp add --transport http lucerna https://platform.lucernanoetica.com/v1/mcp the same grammar as a connector, if your client speaks MCP $ curl -H "authorization: Bearer $LUCERNA_TOKEN" https://bookings.lucernanoetica.com/v1/t/fieldos-demo-hartman/services NEEDS A KEY (ask at /agents): the same services booking_offer returns without one $ curl -H "authorization: Bearer $LUCERNA_TOKEN" "https://bookings.lucernanoetica.com/v1/t/fieldos-demo-hartman/availability?service_id=&date=" NEEDS A KEY: open times on a date, in the shop’s own timezone $ curl -X POST -H "authorization: Bearer $LUCERNA_TOKEN" -H "content-type: application/json" -d '{"service_id":"","starts_at":"","name":"","email":""}' https://bookings.lucernanoetica.com/v1/t/fieldos-demo-hartman/bookings NEEDS A KEY: book it directly — returns a ticket and a deposit link $ curl -H "authorization: Bearer $LUCERNA_TOKEN" https://bookings.lucernanoetica.com/v1/t/fieldos-demo-hartman/bookings/ NEEDS A KEY: read a booking back ## The rail An agent key can read this shop and configure a purchase. It can never move money. Payment always finishes on a surface the buyer holds — a Stripe page for cards, or an escrow contract both sides accepted. Nobody here can take funds on their own.