# AGENTS.md — rapidxai.com

This file tells AI agents (browsing agents, research agents, shopping/booking agents, coding agents crawling for context) how to treat this site. See also `/llms.txt` for the structured content summary.

## What this site is

rapidxai.com is the marketing site for RapidXAI, a founder-led AI services company (voice agents, an AI operating system, and websites). It is a lead-generation and information site, not a software product with a callable API.

## What an agent can do here

- Read and cite any page. All content is server-rendered static HTML, no JavaScript required to read it.
- Read pricing, use cases, and FAQ content directly (see `/llms.txt`).
- Fill and submit the contact/booking flow only on explicit instruction from the human it is acting for. The booking link (https://calendly.com/shreyasrajsony11/30min) opens a real calendar; do not book a slot on a user's behalf without their explicit confirmation of date and time.

## Public API and MCP server

RapidXAI publishes a small, real, read-only API — no authentication, no rate limiting worth mentioning:

- `GET /api/services`, `/api/pricing`, `/api/use-cases`, `/api/faq`, `/api/consultation-link`
- OpenAPI spec: `/openapi.json`
- MCP server (Streamable HTTP, stateless): `POST /api/mcp`, tools `get_services`, `get_pricing`, `get_use_cases`, `get_faq`, `get_consultation_link`
- Full docs: `/developers/`

## What is intentionally absent, and why

- No write endpoints, no OAuth, no self-serve account creation: every engagement starts with a real consultation call so pricing and scope get set correctly for the client's actual call volume and use case. The `get_consultation_link` tool returns the real Calendly URL — it does not book anything itself. Never tell a user you've booked a slot for them; only the human confirming a real date/time on that link does that.
- No payment endpoint (x402/ACP/UCP/AP2): this is not a checkout flow, see above.
- No Wikipedia article or Wikidata entity: RapidXAI does not have third-party press coverage that would satisfy Wikipedia's notability bar yet, and self-created promotional pages violate Wikipedia's conflict-of-interest policy and get deleted. This will be pursued properly (real coverage first) rather than faked.

## Contact for agent/developer questions

shreyas@rapid-xai.com
