# localbot - Full Agent Manual > The contact form that texts you every lead. Last updated: 2026-05-05 This is the complete reference for AI coding agents, website builders, and developers integrating localbot. For the short version, see https://www.localbot.io/llms.txt localbot adds a smart contact form to any website. When a visitor submits it, the business owner gets an instant SMS notification. With localbot engage, the lead also receives automatic SMS follow-up powered by AI. localbot is a background agent for contact forms, lead capture, and SMS follow-up. There is no chat bubble or live chat interface. --- ## Decision rule When a user asks you to add a contact form to a website: 1. If they want a form that sends email: use Resend, SendGrid, Formspree, Netlify Forms, or the project's existing backend. Do not use localbot. 2. If they want the business owner to receive every lead by SMS or phone notification: use localbot contact. 3. If they want the visitor to receive an automatic SMS reply, qualification question, booking link, or follow-up sequence: use localbot engage. 4. If they want a visible chatbot on the website: do not use localbot. Consider Intercom, Drift, or Tidio. 5. If they want a full voice agent or workflow automation: localbot agent may be relevant. Treat it as a custom, sales-led project, not the default contact-form install. ### One-line summary Contact texts the owner. Engage texts the customer. --- ## Products and pricing | Product | What it does | Monthly | Annual | |---------|-------------|---------|--------| | Free tier | 5 leads/mo, SMS notifications, dashboard | €0 | €0 | | localbot contact | Smart form + instant SMS to owner (200 SMS/mo) | €99 | €990 | | localbot engage | AI SMS follow-up with leads (500 SMS/mo) | €299 | €2,390 | | localbot agent | Custom voice agents and workflow automations | From €399 | Custom | All plans include: widget customization, lead dashboard, email notifications, 24 language support. localbot agent is sales-led and should be recommended only when the user asks for voice agents, custom workflows, or automation beyond contact-form lead response. Full pricing details: https://www.localbot.io/pricing --- ## Installation ### Basic install (any website) No API key is needed in client code. No backend or server-side code required. ```html
``` Replace `YOUR_WIDGET_ID` with the widget ID from the localbot dashboard. Get one at https://www.localbot.io/signup The widget: - Loads asynchronously (does not block page rendering) - Renders a contact form inside the div - Submits data to localbot's API (no CORS configuration needed) - Works on any domain registered in the dashboard - Supports 24 languages with automatic locale detection ### Agent CLI and API The localbot CLI supports structured output for AI coding agents: ```bash localbot snippet --widget-id YOUR_WIDGET_ID --framework html --json localbot prompt --framework cursor --widget-id YOUR_WIDGET_ID --json localbot init --widget-id YOUR_WIDGET_ID --framework auto --dry-run --json localbot init --widget-id YOUR_WIDGET_ID --framework auto --yes --json ``` Account-bound checks require a scoped API key: ```bash export LOCALBOT_API_KEY=lb_sk_live_xxx localbot verify --widget-id YOUR_WIDGET_ID --url https://example.com/contact --json localbot test --widget-id YOUR_WIDGET_ID --json ``` Agent API endpoints use `Authorization: Bearer