# ConjureAnything > ConjureAnything turns a text description of a product idea into a decision-ready product concept: proposed technical specifications, a bill of materials with rough USD cost estimates, generated visuals and 3D models, optional physics simulations, and readiness scores. All outputs are planning inputs to inspect and verify — not engineering, safety, regulatory, legal, or manufacturing approval. ## Key pages - [Home / concept generator](https://conjureanything.com/): Describe a product idea and generate a structured concept. Guests can generate without an account; signing up unlocks full results and history. - [How It Works](https://conjureanything.com/howitworks): Explanation of the generation pipeline (specs, visuals, 3D, simulation). - [Resources](https://conjureanything.com/resources): Editorial guides and reference articles about product concept development. - [About](https://conjureanything.com/about): What the product is and who maintains it. - [Contact](https://conjureanything.com/contact): How to reach the maintainer (email: msanchezgrice@gmail.com). - [Privacy](https://conjureanything.com/privacy) | [Terms](https://conjureanything.com/terms) - [Community feed](https://conjureanything.com/): Public product concepts appear in the feed on the home page; each concept has a page at /product/{slug}. ## For agents - [agents.md](https://conjureanything.com/agents.md): Onboarding and safe-action guidance for agents. - [Agent card](https://conjureanything.com/.well-known/agent-card.json): A2A-style capability manifest. - [ai-agent.json](https://conjureanything.com/.well-known/ai-agent.json): Guardrails, allowed/disallowed actions. - [Sitemap](https://conjureanything.com/sitemap.xml) | [RSS](https://conjureanything.com/resources/rss.xml) ## API & auth - Authentication uses Clerk (email-based sign up / sign in). Guests can submit one generation via `POST /api/queue/submit-guest` with JSON body `{ "prompt": string }`; authenticated submissions use `POST /api/queue/submit` with a Clerk bearer token. - Generation is asynchronous; results appear at /guest/{jobId} (guests) or /mycreations (signed-in users). - There is no public REST API for retrieving concepts; read concept pages under /product/ instead.