# Versuno

> The universal memory and context layer for AI agents.

Versuno gives AI agents persistent, structured memory and context they can rely
on across sessions and tools. Two products are live today; a shared memory brain
agents write to over time is what we're building next.

## The problem

AI starts every session from zero — forgetting your decisions, docs, and
conventions the moment the context window closes. The hard part of AI isn't the
model, it's memory.

## Products

- **Public Brains** — clean, queryable knowledge graphs for popular libraries and
  frameworks, ready for any AI agent to query for grounded context.
- **Prompt Manager** — a versioned library for the prompts your AI runs on:
  prompts, personas, contexts, system prompts, and skills.

## For agents

Agents can sign themselves up for an API key with one unauthenticated request —
no human, no email inbox required.

- Agent signup runbook: https://versuno.ai/.well-known/agent-skills/signup-for-agents/SKILL.md
- Registration overview: https://versuno.ai/auth.md
- API catalog: https://versuno.ai/.well-known/api-catalog

## Access

- REST API: https://versuno.ai/api/public
- MCP server: `npx -y versuno-mcp` (Claude Code, Cursor, Codex, and any MCP client)
- CLI: sync prompts to your terminal

## Links

- Documentation: https://docs.versuno.ai
- API reference: https://docs.versuno.ai/api-reference
- Agent guide: https://docs.versuno.ai/agents
- Full LLM overview: https://versuno.ai/llms.txt
