LiyaEngine

Hands-on tutorials

Build a complete LiyaEngine capability, step by step.

Follow practical paths that connect domain design, knowledge grounding, intent contracts, API calls, and operating evidence.

Learning pathLearn the operating model by building it
01 / 01Create context
02 / 02Define behavior
03 / 03Call the API
04 / 04Inspect results
POST /v1/rundomainintentinput
RunnableEach published tutorial leads to a concrete capability or integration.
ProgressiveStart with a focused API call, then add retrieval and richer behavior.
Production-awareTutorials connect implementation details to controls and observability.

Recommended sequence

Learn from contract to evidence.

The shortest path to understanding LiyaEngine is to build one small capability through its full lifecycle.

01

Create a domain

Establish the tenant-owned boundary and shared behavior.

02

Define an intent

Set the request and response contract the application will call.

03

Run a request

Use the dashboard or a code snippet with an API key.

04

Inspect the trace

Review retrieval, model, policy, latency, token, and cost context.

Operating principles

Make the production boundary understandable.

Strong platform UX makes ownership, behavior, controls, and evidence visible to the people responsible for the capability.

01

Bring a test workspace

Use your own domain for production design; sample domains remain useful for learning.

02

Keep credentials private

Use environment variables for API keys and never commit secrets to source control.

03

Iterate with evidence

Use test responses and traces to improve schemas, instructions, grounding, and policy.

Questions

Useful context before you build.

Which tutorial should I start with?+

Start with the docs chat widget for a visible end-to-end result, or the RAG pipeline if knowledge grounding is your primary goal.

Do tutorials use sample domains?+

Some learning material may use examples, but production implementations should use tenant-created domains, intents, and knowledge.

Can I test without writing code?+

Yes. The dashboard testing experience supports interactive requests, while code snippets remain available for developer workflows.

Build the first end-to-end capability.

Start with the quickstart, then use a tutorial to add the production behavior your product needs.