Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tryyomira.com/llms.txt

Use this file to discover all available pages before exploring further.

Yomira is a context-first reaction simulation API. It is designed for workflows where an AI agent gathers the working context first, builds the right synthetic audience for the decision, calls the API, and returns reaction distributions, raw voices, and exports.

What Yomira is for

  • Simulate reactions to messages, content, landing pages, offers, pricing pages, and product ideas.
  • Compare multiple concrete options instead of asking an LLM to choose too early.
  • Export the result as JSON or Markdown and keep using it inside Claude Code, Codex, Cursor, Hermes Agent, scripts, dashboards, or your own product.

Fastest path

  1. Create an account and get an API key from the dashboard.
  2. Install the official Yomira skill into your AI agent.
  3. Ask the agent to gather context before calling the API.
  4. Poll the simulation result and use the output in your next decision.

Quickstart

Create your first simulation with curl.

Agent setup

Give Claude Code, Codex, Cursor, or another agent a Yomira setup prompt.

DM before sending

Simulate a message before you send it.

Content preflight

Check reactions before publishing content.

What good usage looks like

Good Yomira usage has three parts:
  1. A concrete artifact or option.
  2. A specific audience and channel.
  3. Enough context for the agent to reconstruct how that audience thinks.
Bad usage is asking for generic market opinions from one short sentence. If the user is working inside Claude Code, Codex, Cursor, Hermes Agent, or another agent, the agent should gather context from the current conversation, files, docs, company material, and known constraints before calling Yomira.

Human and machine entrypoints