# Reference
URL: /reference

import LearnMore from "@/components/learn-more";

Complete API documentation for every Tambo package. The React SDK reference covers all hooks, providers, types, and utilities. The REST API documents the Tambo Cloud endpoints directly. The CLI reference details every command and its options.

Use these pages when you need exact function signatures, parameter types, or return values. For learning how to use these APIs in context, see the [Guides](/guides) section instead.

<LearnMore title="React SDK" description="Hooks, providers, and utilities for building AI-powered React apps" href="/reference/react-sdk" />

<LearnMore title="React UI Base" description="Pre-built UI components for Tambo applications" href="/reference/react-ui-base" />

<LearnMore title="REST API" description="OpenAPI specification for the Tambo Cloud REST API" href="/reference/rest-api" />

<LearnMore title="CLI" description="Command-line tools for scaffolding, components, and project management" href="/reference/cli" />

<LearnMore title="LLM Providers" description="Supported LLM providers and configuration options" href="/reference/llm-providers" />

<LearnMore title="API Problems" description="Error response codes and troubleshooting" href="/reference/problems" />
