Developer documentation
Use developer documentation when configuration is not enough and the installation needs code, integrations, C# business logic, or API automation.
Choose the path that matches the thing you are building. In the API, user documentation’s record types and records appear as entity definitions and entity instances; use the terminology bridge when moving between the two documentation tracks.
Start here
Section titled “Start here”Integrate with an existing application
Section titled “Integrate with an existing application”- Connect to a workspace API.
- Follow the Integration quickstart.
- Use the Runtime API reference for exact request and response contracts.
Configure an application through the API
Section titled “Configure an application through the API”- Follow the Configuration quickstart.
- Use the Configuration API reference.
- For autonomous development, continue with the AI agent development quickstart.
Build C# business logic
Section titled “Build C# business logic”Start with Business logic to choose between declarative behavior and trusted C# in the Net Operation Project. Then use the .NET SDK guide and .NET reference for the supported programming model.
Build custom workspace pages
Section titled “Build custom workspace pages”Use the Workspace UI Project for the project structure, Moltaro and external API clients, design system, build and activation lifecycle, and observability.
API client guides
Section titled “API client guides”- Reliable API automation — concurrency, idempotency, retry, recovery, safety, and audit rules.
- Asynchronous operations — determine the execution model and poll jobs, runs, schedules, actions, and builds.
- Errors and responses — response envelopes, validation failures, and recoverable errors.
- Error code reference — stable error and diagnostic identifiers.
Entity and record APIs
Section titled “Entity and record APIs”- Entity search — configure search targets
and use the Runtime API
SearchTermcondition. - Entity Instance Query — exact filtering, sorting, projection, and paging payloads.
- Form Related Table API — configure and automate embedded child-record tables.
- Record matching — configure exact and fuzzy duplicate detection and track complete scans.
Module walkthroughs
Section titled “Module walkthroughs”- Boards configuration
- Boards items and moves
- Work Schedule
- Entitlement Operations
- Record history and audit
Reference and updates
Section titled “Reference and updates”The generated Runtime API and
Configuration API references
contain the published HTTP contracts. Read the
versioned release notes before updating a
long-lived integration or generated C# project. Coding agents can use
llms-manifest.json to detect the exact published
documentation revision.