Skip to main content Skip to navigation Skip to footer
neural partners
  • Products
    Products →
    Agentic Commerce
    • Websites & ExperiencesSite, storefront, and checkout for humans and agents.
    • AI-First Web FrameworkStructured, semantic, fast — built for LLMs and answer engines.
    • E-Commerce & CheckoutStorefronts ready for human and agent buyers.
    • Neural Product CatalogUnified product data with provenance.
    Unified Intelligence
    • Data EnrichmentRaw data, transformed into AI-ready intelligence.
    • Design & Shopping AssistantsConversational discovery, decision, and purchase.
    • Neural SearchVector search that understands intent.
    2026 Packaging Info Websites » Intelligence »
    Neural Core
    • Personalized AI AgentsBranded agents for humans and AI.
    • Automated WorkflowsMulti-step automation that ships outcomes.
    • Customer & Order ManagementReal-time view of what customers do next.
    • Insights & AnalyticsWhat's working, what's not, what's next.
    Under the Hood Protocols » Infrastructure »
  • Services
    Services →
    AI & Digital Experiences
    • Website ManagementPerformance, accessibility, SEO, and content care.
    • Content & CreativeBrand-aligned creative at machine speed.
    • AI & Search OptimizationFindable by humans, agents, and answer engines.
    • Growth Marketing BundledDemand that compounds across channels.
    Performance Media
    • Paid AdvertisingROAS-focused media across every channel that matters.
    • 1:1 Personalized MarketingOrchestration across every customer touchpoint.
    • Performance Marketing BundledMeasurable spend, optimized for outcomes.
    2026 Packaging Info Services » Advertising »
    Neural Labs
    • Full Agent-cy ServicesFounder-led delivery, AI-augmented velocity.
    • How We WorkThe method behind the flywheel.
    • Neural Lab ResultsReal engagements, real outcomes.
    Inside the Lab Trust » Partners »
  • Solutions
    Solutions →
    Specialties
    • Digital ShowroomsCatalogs that sell as hard as your team.
    • Home ServicesLead capture to lifecycle, automated.
    • SMB & E-CommerceRight-sized infrastructure for ambitious DTC.
    Innovation & Tech Advisory
    • Strategic PlanningWhere AI fits in your three-year roadmap.
    • AI & TechnologyWhat to build, buy, or wait on.
    • Learning & DevelopmentPractical AI fluency for your team.
    Find Your Solution →
  • Intelligence
    Intelligence →
    Resources
    • InsightsSharp takes on AI, commerce, and behavior.
    • GuidesPractical guides, templates, and checklists.
    About
    • Our CompanyWhy we exist and what we're building.
    • Our CultureHow we operate and who we hire.
    • Our CommitmentSafety, neutrality, and the long game.
    Contact Us
    • Talk to NPStart a conversation with the founders.
    • CareersJoin the team building this.
    • LegalPrivacy, terms, and the rest.
Login Talk to Us
    • Agentic Commerce
    • Websites & Experiences
    • AI-First Web Framework
    • E-Commerce & Checkout
    • Neural Product Catalog
    • Unified Intelligence
    • Data Enrichment
    • Design & Shopping Assistants
    • Neural Search
    • Websites »
    • Intelligence »
    • Neural Core
    • Personalized AI Agents
    • Automated Workflows
    • Customer & Order Management
    • Insights & Analytics
    • Protocols »
    • Infrastructure »
    • AI & Digital Experiences
    • Website Management
    • Content & Creative
    • AI & Search Optimization
    • Growth Marketing Bundled
    • Performance Media
    • Paid Advertising
    • 1:1 Personalized Marketing
    • Performance Marketing Bundled
    • Services »
    • Advertising »
    • Neural Labs
    • Full Agent-cy Services
    • How We Work
    • Neural Lab Results
    • Trust »
    • Partners »
    • Find Your Solution →
    • Specialties
    • Digital Showrooms
    • Home Services
    • SMB & E-Commerce
    • Innovation & Tech Advisory
    • Strategic Planning
    • AI & Technology
    • Learning & Development
    • Resources
    • Insights
    • Guides
    • About
    • Our Company
    • Our Culture
    • Our Commitment
    • Contact Us
    • Talk to NP
    • Careers
    • Legal
Login Talk to Us

NeuralBot — the Neural Partners bot family

One identity, one reputation. When NeuralBot fetches your site it identifies itself honestly — a real user-agent string and a link back to this page. If a NeuralBot variant shows up in your logs, this is where you find out what it wanted, why we sent it, and how to keep it out if you'd rather it didn't come back. (One request per Readiness scan uses a plain browser user-agent by design — the cloaking baseline, explained below.)

Our bots

The NeuralBot family has two members today. Each is scoped to one job — neither crawls the open web or builds a general index. New variants are documented here as they ship.

NeuralBot-Readiness

  • What it does: scans a URL you submit for AI-agent readiness — structured data, meta/OG tags, robots and llms.txt discovery, cloaking, and more.
  • Why: powers the free Agentic Readiness Check on our homepage.
  • Cadence: on-demand only — it fires when someone runs a scan against your domain. Not a crawler: a single scan is a bounded ~13 GET requests (plus at most one courtesy retry per request if your server replies 429/503), and results are cached for one hour per host. It never runs on a schedule.
  • User-agent: NeuralBot-Readiness/1.0 (+https://neuralpartners.ai/bot)
  • Block it: disallow the NeuralBot-Readiness token in your robots.txt (see below).

NeuralBot-Ingest

  • What it does: pulls OEM product-catalog data — product details, pricing, images, and inventory — from the storefronts, APIs, and image CDNs of manufacturers a Neural Showrooms client carries.
  • Why: keeps client showroom catalogs current with the manufacturers they stock.
  • Cadence: recurring, scheduled — daily catalog/inventory extraction (~06:00 UTC), a daily HTTP inventory pull, and weekly product/image pulls, plus on-demand re-extractions. Scoped to onboarded manufacturers' own sites and APIs only (operator-configured per OEM) — never open-web crawling or arbitrary domains.
  • User-agent: NeuralBot-Ingest/1.0 (+https://neuralpartners.ai/bot)
  • Block it: disallow the NeuralBot-Ingest token (see below). Robots enforcement for this variant is rolling out — for an immediate opt-out, email bots@neuralpartners.ai.

The cloaking baseline request

One request in a Readiness scan is sent with a standard web-browser user-agent (an ordinary Mozilla/5.0 … Chrome string) instead of the NeuralBot one. This is the single exception to “every request says NeuralBot,” and it is deliberate: to check for cloaking, we compare the page a normal browser receives against the page an AI agent (our NeuralBot-Readiness user-agent) receives. If you see one browser-identified hit alongside the NeuralBot-Readiness hits during a scan, that is it — a single read-only comparison fetch of your homepage, from the same source, counted within the request total above. We never present ourselves as another company's crawler.

How to block us

Each bot obeys its own robots.txt token. Add the token for the bot you want to block.

NeuralBot-Readiness — honored today

We check your robots.txt before we scan and refuse if it's there (if we scanned your host in the last hour, a cached result may still return until it expires):

User-agent: NeuralBot-Readiness
Disallow: /

This applies to everyone — the block stops a scan whether you trigger it or someone else does. We honor your robots.txt over anyone's request, including a claim to own the site (we can't verify that yet). If you've blocked NeuralBot-Readiness and later want to run the check on your own domain, remove the rule first. An ownership-verified override — so a verified owner can scan a still-blocked site — is on our roadmap.

NeuralBot-Ingest — enforcement rolling out

The token below is live for declaration, and robots enforcement is being added as this variant adopts the standard. Until it lands, the fastest opt-out from catalog ingestion is to email bots@neuralpartners.ai. NeuralBot-Ingest only ever fetches from manufacturers we have onboarded — it never touches arbitrary sites:

User-agent: NeuralBot-Ingest
Disallow: /

Verifiability & egress

NeuralBot is being registered for Cloudflare Verified Bots, with reverse-DNS and a published stable-egress range rolling out across the Neural Partners platform. Until that lands, you can confirm any request by emailing bots@neuralpartners.ai — a human will verify it came from us.

Report abuse or ask a question

If a NeuralBot variant is hitting your site harder than it should, ignoring your robots.txt, or you just want to verify a request came from us, email bots@neuralpartners.ai. A human reads that inbox.

Stay Neural

Get marketing and AI insights delivered to your inbox

Global Privacy Control detected
Enter your email to receive marketing and AI insights

Privacy Policy

Welcome to Neural Intelligence
Neural Partners

STAY CURIOUS

Neural Labs Neural Core Neural Intelligence

STAY CONNECTED

Hit Us Up Content API Docs
IG LI YT
team@neuralpartners.ai

STAY LEGAL

Legal Center | Privacy | Terms | Ethics | Cookies | AI

Some images and videos generated with Luma AI and Midjourney

© 2026 Neural Partners Inc. All rights reserved. Neural Partners™ is a trademark of Neural Partners Inc. U.S. trademark serial no. 99238229.