Developers

Documented patterns for project-specific development.

Gatework Studio follows clear conventions for modules, routing, tenant context, forms, data models, and pipeline processes.

Create modules

New areas follow the config and page convention.

Extend forms

JSON Schema forms speed up structured admin data.

Write tenant actions

Server actions can be implemented with tenant and role checks.

Connect sources

New sources can follow existing source patterns.

Extend pipelines

Document and chunking steps can evolve per project.

Configure chatbots

Profiles, prompts, and sources are managed as admin areas.

Technical manual as an entry point.

The Developer Manual describes architecture, project structure, module system, registry, auth concept, JSON form patterns, knowledge and source domains, and extension rules for client projects.

Read Developer Manual