SYSTEM ONLINE
ACCESS LEVEL: FULL
VERSION 1.0.0

TENZAI
ONBOARDING

Welcome to the team. Access documentation, clone repositories, and get your development environment configured. All systems ready for deployment.

DOCUMENTATION

📦

Repo Onboarding

Technical setup: repos, AWS, local dev environment, and infrastructure.

HTML Markdown
💬

Team Context

Communication norms, customer interactions, and how to ramp up quickly.

HTML Markdown
🎓

Training Curriculum

Learning path: agents, models, security fundamentals, and hands-on exercises.

HTML Markdown
🏆

Bonzai Leaderboard

Internal tool for tracking agent performance, benchmarks, and run comparisons.

HTML Markdown

HANDS-ON EXERCISES

🤖

Agent Track

Build agents from scratch. Learn ReAct, Pydantic AI, LangGraph, and multi-agent patterns.

ReAct Pydantic AI LangGraph Multi-Agent
🖥️

Platform Track

Work with the Tenzai codebase. FastAPI, SQLAlchemy, Alembic, and event processing.

Endpoints CRUD Alembic Events
☁️

Infrastructure Track

Build in AWS Sandbox. ECS, Lambda, Step Functions, Terraform, and more.

Target Pipeline Containers Full Stack

REPOSITORIES

tenzai
Main platform (API, UI, Agent)
evaluation
Benchmarking & evaluation system
labs
Vulnerable applications for testing

QUICK START

Clone Repos

Get all required repositories on your local machine

cd ~/projects
git clone git@github.com:TenzaiLtd/tenzai.git
git clone git@github.com:TenzaiLtd/evaluation.git
git clone git@github.com:TenzaiLtd/labs.git
⚙️

Setup Environment

Install dependencies and configure your development environment

cd ~/projects/tenzai
mise trust && mise install
🚀

Launch Platform

Start all services and begin development

mise run all

ENVIRONMENTS

Environment App API
Dev app.dev.tenzai.ai api.dev.tenzai.ai
Staging app.staging.tenzai.ai api.staging.tenzai.ai
Production app.tenzai.ai api.tenzai.ai

RESOURCES