Frequently Asked Questions

What is Statespace?

Statespace is a platform that lets you build and deploy LLM applications using pure Markdown. Instead of writing complex code, you define your agents in simple Markdown files with YAML frontmatter, and we handle the infrastructure, scaling, and deployment.

How is Statespace different from traditional LLM frameworks?

Traditional frameworks require extensive coding and infrastructure setup. Statespace uses a Markdown-first approach where you can define agents, tools, and configurations in plain text files. We handle all the backend complexity, containerization, and deployment automatically.

What LLM providers does Statespace support?

Statespace supports all major LLM providers including OpenAI (GPT-4, GPT-3.5), Anthropic (Claude), and others. You can specify your preferred model in the YAML frontmatter of your agent definition.

Can I use my own tools and data sources?

Yes! Statespace allows you to define custom tools using simple command-line utilities or APIs. You can integrate vector databases, SQL databases, APIs, and any other data sources your agents need.

How does deployment work?

Deployment is as simple as running statespace deploy agent.md. We automatically build a container, deploy it to our infrastructure, and provide you with a production API endpoint. The entire process takes seconds.

What about observability and debugging?

Every request, tool call, and decision made by your agent is logged and traceable through our dashboard. You get complete visibility into your agent's reasoning process, making it easy to debug production issues.

Is there a free tier?

Yes! Our Free tier allows you to deploy up to 10 public apps with unlimited API calls. It's perfect for hobbyists and experimentation. Check our pricing page for more details.

Can I run Statespace on-premises?

Yes, on-premises deployment is available for Enterprise customers. Contact us to discuss your requirements.