Introduction

Store unstructured data and query it with SQL from agents, scripts, and humans.

RawTree

RawTree is a simple analytics database for unstructured data. Send events as they are, query them with SQL, and inspect API activity in the platform.

It is designed for agent workflows where schema design, migrations, and type debugging should not be the first step. Create a project, ingest data, run a bounded SELECT, then use Queries for execution history and Logs for API request diagnostics.

What RawTree does

  • Ingests unstructured events from inline payloads, files, and public URLs.
  • Creates tables automatically on first insert.
  • Lets you query raw data with read-only SQL.
  • Returns structured output for agents and scripts.
  • Records platform API request logs for debugging.

Start here

References

Resources