Contract-first execution
Define required input fields and the response shape before a request reaches a model.
Intent API
Define an intent inside a domain, shape its inputs and outputs, and expose it through one consistent request path. Your application integrates with a contract, not a model prompt.
Live configuration
Platform capabilities
Build the capability once, keep its operating context visible, and improve it without spreading AI infrastructure across your application.
Define required input fields and the response shape before a request reaches a model.
Keep shared instructions, knowledge, tools, and policies with the business context that owns them.
Return structured output that downstream application code can consume predictably.
Review changes to intent behavior without burying production logic inside source code.
Exercise the same intent contract from a guided console or copyable developer snippets.
Connect every call to its retrieval, policy, model, latency, and cost context.
Operating workflow
The interface follows the work in the order teams actually perform it.
Establish the business or product boundary.
Set instructions, input, and output contracts.
Run representative inputs and inspect results.
Use the stable endpoint in production code.
What improves
Move complexity into a visible platform boundary while keeping the product integration direct.
Provider and prompt changes do not require a new application-facing interface.
Teams can find the instructions and resources responsible for a capability.
Schemas, tests, and trace data make behavioral changes easier to review.
Questions
Practical answers about how this part of LiyaEngine fits into the platform.
Yes. Domains provide the owning context for intents, including shared configuration and linked knowledge.
Yes. The API is available over HTTP, and the dashboard also provides copyable examples for common languages.
Yes. Intent contracts keep your application integration stable while runtime model configuration evolves.
Start with a tenant-owned domain and expose the first intent through a stable, governed API.