Documentation
Everything now lives in the main Synkora app
Setup guides, API reference, SDK docs, and architecture notes no longer need a separate Docusaurus surface.
Getting Started
5 pagesThe fastest way to get Synkora running is the interactive installer. It handles prerequisite checks, environment generation, service startup, migrations, and initial seeding.
Concepts
7 pagesIn Synkora, an agent is the core product object. It combines model behavior, context, tools, surfaces, and operational settings into one unit you can manage and deploy.
Api Reference
8 pagesSynkora exposes a large API surface because it is a platform, not a single chat endpoint.
Guides
20 pagesTools turn a Synkora agent from a text responder into an operator that can fetch, act, transform, and orchestrate work.
Sdk
2 pagesSynkora ships a Flutter chat SDK for embedding agent conversations into mobile or Flutter-based products.
Architecture
9 pagesSynkora is a full-stack monorepo. The same codebase contains the public site, docs, blog, dashboard, API, background workers, and supporting runtime services.