Skip to main content
Syvon is a multi-tenant platform for AI-generated brand content. A workspace owns brands, agents (projects), workflows, files, and a published feed. If you are building a client, an integration, or an agent that talks to Syvon, these docs are your contract. There are exactly two client-facing surfaces, each with its own credential: A single credential cannot drive both. That is intentional, not an SDK limitation. The easiest way in is the typed client SDK:

Who these docs are for

  • Application developers wiring a Syvon-powered site, feed, or chat into their own product.
  • Agents and LLMs building on top of Syvon programmatically. Every method lists its HTTP method + path, parameters, return type, required credential, and the server-side behavior that matters to a caller. This site also serves llms.txt and llms-full.txt at the root for machine reading.
  • Internal teams documenting what the supported client path is (and what deliberately is not exposed; see Scope).

What you can build

  • A website or app that renders a published agent’s feed, files, and site config.
  • A chat client that streams an agent’s replies (the owner is billed per turn; see Chat stream).
  • Account tooling: workspace and member management, credit balance and history, API key minting.