Tutorials

Step-by-step guides for common IIO patterns

๐Ÿ”ŒYour First API Call
Beginnerโฑ 5 min
Make your first request to the IIO API using curl, Python, or TypeScript. No setup required beyond an API key.
Start tutorial โ†’
๐Ÿ—๏ธReplace OpenAI with IIO
Beginnerโฑ 10 min
Change one line of code to switch from OpenAI to IIO. Works with any OpenAI-compatible client.
See examples โ†’
๐Ÿ”’Add HITL Gates to Your Agent
Intermediateโฑ 20 min
Block your agent from making production changes without human approval. Step-by-step with Python SDK.
SDK docs โ†’
๐Ÿ“ŠPolicy Check in CI/CD
Intermediateโฑ 15 min
Add IIO governance checks to GitHub Actions. Fail the build on policy violations before deployment.
Examples โ†’
๐Ÿค–LangChain Agent with Governance
Intermediateโฑ 30 min
Build a LangChain agent that uses IIO for HITL gates, policy checks, and compliance validation.
Examples โ†’
๐Ÿ‡ช๐Ÿ‡บEU AI Act Compliance Check
Intermediateโฑ 25 min
Use the SDK to verify your AI system's EU AI Act status, check AI Literacy compliance, and generate evidence.
Examples โ†’
๐ŸขMulti-Tenant Setup
Advancedโฑ 2h
Deploy IIO with multiple isolated tenants, each with their own HITL gates, compliance policies, and AI Hub access.
Operator guide โ†’
๐Ÿ“กOpenTelemetry Integration
Advancedโฑ 45 min
Export IIO governance metrics (gate decisions, policy violations, AI Hub usage) to your observability stack.
Integrations โ†’
๐Ÿ”งCustom HITL Gate Definitions
Advancedโฑ 1h
Define custom gates for your organization. Specify approvers, timeouts, evidence requirements, and escalation paths.
Learn more โ†’
Code Examples ยท SDK Docs ยท Quickstart