A simpler way to build
and share RAG apps

Turn your data into shareable RAG apps.
All in pure Markdown. Zero boilerplate.

BUILD IT

It's just Markdown

Declare your RAG apps with simple markdown files

My App
https://my-app.statespace.com/src/text2sql.md
---
tools:
- [grep]
- [python3, analyze.py]
- [psql, -d, $DB, -c, { regex: "^SELECT\\b.*" }]
---
 
# Instructions
- Use `grep` to search files
- Use `psql` for read-only queries

Your Agent URL

Deploy your app and get an instant URL. Share it with your team or integrate it into your agents.

Tools

Specify which commands and scripts your agent can use. Add regex constraints to ensure safe, read-only operations.

Write Instructions

Guide your agent with simple instructions in Markdown. Tell it how to use the tools and what to look for.

DEPLOY IT

Ship in minutes

From idea to production in three simple steps

1

Build

Organize your RAG app as markdown files

project/
├── README.md
├── data/
│   ├── log1.txt
│   ├── log2.txt
│   └── log3.txt
└── src/
    ├── agentic_rag.md
    ├── text2sql.md
    └── vector_search.md
2

Deploy

Push to production in seconds

$
3

Use

Call your agents from anywhere

Agent
>
? for shortcuts
INSPECT IT

Built-in observability

Monitor your applications with detailed logs and metrics

Observability dashboard coming soon