Today we're launching the Flezi AgentBox Documentation Hub — a comprehensive collection of guides, tutorials, and references for every platform feature.
What's Included
Getting Started
- Platform Overview — What Flezi AgentBox is and how it works
- Quick Start — Build your first agent in 10 minutes
- Core Concepts — Agents, pipelines, marketplace, templates, and more
Feature Guides
- Builder Lab — Three-phase agent creation workflow
- Marketplace — Discovery, reviews, and creator economics
- Pipelines — DAG builder and execution modes
- Execution Sandbox — Docker isolation and keyboard shortcuts
- Collections — Curating and sharing agent groups
- MCP Integration — IDE setup for VS Code, Cursor, and Claude Code
- API Reference — REST endpoints, authentication, and SDK examples
FAQ
- Organized by category: accounts, API keys, agents, marketplace, billing, and more
Technical Stack
The docs hub is built on a modern MDX infrastructure:
- MDX rendering via
next-mdx-remote/rscfor server-side rendering - Syntax highlighting via Shiki with light/dark theme support
- Full-text search via Pagefind (build-time static index)
- Custom components:
<Callout>,<Steps>,<CodeBlock>with copy button
Layout
The documentation uses a responsive 3-column layout:
- Left: Collapsible sidebar with auto-generated navigation
- Center: Main content area with prose styling
- Right: Auto-generated table of contents with scroll spy
On mobile, the sidebar collapses to a sheet drawer and the TOC to a dropdown.
Contributing
All docs live as MDX files in the content/docs/ directory. To add a new page:
- Create an
.mdxfile in the appropriate category directory - Add frontmatter with
title,description,category, andorder - Write your content using standard markdown + custom components
- The sidebar and navigation update automatically
Browse the docs at /docs.