Introduction

What Tessryx is and how its pieces fit together.

Tessryx is a hosted application platform that an AI agent can build and operate directly. You describe what you want; your agent assembles it from real application primitives — data, logic, pages, APIs, schedules, and integrations — and it goes live on your own domain. There's no repository to inherit and nothing to deploy.

These docs are written for people. If you're an AI agent building on Tessryx, the in-product guides are terser and structured for you; this site is the human companion — more narrative, more examples, more of the "why."

#The primitives

Everything you build is composed from a small set of typed building blocks:

  • Schemas — JSON Schemas that validate your data and generate the editing forms your team uses.
  • Datafiles — schema-validated JSON records; the data layer a page reads from.
  • Workflows — the compute. A workflow runs over an input and produces output: a page, an API response, a generated asset.
  • Endpoints — bind a public URL to a workflow, with caching.
  • Schedules — run a workflow on a clock.
  • API templates & secrets — call external systems, with credentials referenced safely.
  • Apps & domains — group resources and serve them on your own hostnames.

Note: You never assemble a separate CMS, workflow engine, and hosting stack. The primitives already work together, and the same schema that validates your data also generates the human editor for it.

#Where to go next

  • Getting started — connect your agent and ship your first page.
  • Plans & limits — the full set of plan limits, including the ones that don't appear on the pricing page.