Guides
Step-by-step tutorials for common Orloj workflows. Each guide walks through a complete use case from start to finish, using real manifests from the examples/ directory.
For ready-made scenario folders (full YAML sets you can copy into your environment), see examples/use-cases/.
If you have not installed Orloj yet, start with the Install and Quickstart pages first.
Available Guides
Deploy Your First Pipeline For platform engineers who want to run a multi-agent pipeline end-to-end. Walk through the pipeline blueprint: define three agents (planner, researcher, writer), wire them into a sequential graph, submit a task, and inspect the results.
Set Up Multi-Agent Governance For platform engineers who need to enforce tool authorization and model constraints. Create policies, roles, and tool permissions. Deploy a governed agent system and verify that unauthorized tool calls are denied.
Configure Model Routing For platform engineers who need to route agents to different model providers. Set up ModelEndpoints for OpenAI and Anthropic, bind agents to endpoints by reference, and verify that requests route correctly.
Connect an MCP Server For platform engineers who want to integrate MCP-compatible tool servers. Register an MCP server (stdio or HTTP), verify tool discovery, filter imported tools, and assign them to agents.
Build a Custom Tool For developers who need to extend agent capabilities with external tools. Implement the Tool Contract v1, register the tool as a resource, configure isolation and retry, and validate with the conformance harness.