# agents.md — ConjureAnything

## What this site is

ConjureAnything (https://conjureanything.com) converts a text description of a product idea into a decision-ready product concept: proposed specifications, a BOM with rough USD costs, generated images and 3D models, optional physics simulations, and readiness scores. Outputs are planning inputs, not engineering, safety, regulatory, legal, or manufacturing approval.

## Key routes

- `/` — concept generator (textarea + Generate button) and public community feed.
- `/product/{slug}` — a generated product concept (specs, costs, visuals).
- `/howitworks` — pipeline explanation.
- `/resources` — editorial guides; `/resources/rss.xml` — RSS feed.
- `/about`, `/contact`, `/privacy`, `/terms` — informational and policy pages.
- `/guest/{jobId}` — guest generation result preview.
- `/mycreations` — signed-in user's projects (requires auth).

## How agents should interact

Allowed:
- Read any public page, including /product/ concept pages and /resources articles.
- Submit a guest generation: fill the textarea inside `#concept-generator` on `/` and activate the Generate button (`data-agent-action="generate-concept"`), or `POST /api/queue/submit-guest` with `{ "prompt": "..." }`, then read the result at the returned `/guest/{jobId}` URL.
- Follow links in the footer and navigation.

Disallowed / requires a human:
- Do not create accounts, sign in, or initiate sign-up on a user's behalf without explicit instruction.
- Do not delete generated assets. Destructive controls are marked with `data-agent-danger` and require the confirmation described by `data-agent-confirm`.
- Do not treat generated specifications, costs, or readiness scores as verified facts; report them as AI-generated planning estimates.
- Do not submit prompts containing personal data, secrets, or third-party confidential information.

## Machine-readable references

- `/llms.txt` — site summary and link map.
- `/.well-known/agent-card.json` — capability manifest.
- `/.well-known/ai-agent.json` — guardrails (allowed/disallowed actions, contact).
- `/sitemap.xml` — full URL list.

## Contact

msanchezgrice@gmail.com (also listed on /contact).
