# Sprinter Platform Build structured intelligence apps with entities, agents, and tools. # Getting Started Install and configure the Sprinter Platform to build structured intelligence apps. URL: /docs # Architecture Two-channel distribution, package map, and dependency graph for the Sprinter Platform. URL: /docs/architecture # @sprinterai/core Types, store interfaces, builders, and the module system. URL: /docs/packages/core # @sprinterai/runtime Agent execution, tool registry, chat handler, workflows, evals, memory, and guardrails. URL: /docs/packages/runtime # @sprinterai/supabase Supabase clients, auth adapter, tenant management, and persistence stores. URL: /docs/packages/supabase # Entity System Schema/behavior/UI split, three authoring modes, field builders, and the entity type lifecycle. URL: /docs/entities # Agent System Define agents, resolve prompts and tools, delegate tasks, run heartbeats, and manage external connections. URL: /docs/agents # Tool System Define tools, register them, gate by permissions, bridge to AI SDK, and execute with tracking. URL: /docs/tools # Rendering System Five render families, three-tier fallback, UIIntent, auto-renderers, and custom component registration. URL: /docs/rendering # Module System Compose entity types, agents, and tools into reusable modules. Build apps by combining modules. URL: /docs/modules # Auth & Multi-Tenant RBAC where agents are users, 63 granular permissions, tenant context, and the permission gating model. URL: /docs/auth # Task System TaskRecord, human-in-the-loop workflows, agent task assignment, and kanban views. URL: /docs/tasks