Skip to main content
Freeplay provides multiple ways to integrate with your AI applications, from native SDKs for direct integration to framework-specific packages and a comprehensive REST API.

Freeplay SDKs

Our native SDKs provide the most direct way to integrate Freeplay into your applications. They handle prompt management, observability, and evaluation workflows with minimal setup. View SDK documentation

AI Framework Integrations

For teams using popular AI frameworks, we offer dedicated integration packages that provide automatic observability and seamless prompt management without changing your existing code.
FrameworkDescriptionBest For
LangGraphFull agent support with ReAct loops, tools, and state managementComplex agent workflows
Vercel AI SDKAutomatic logging for Vercel-deployed AI appsNext.js and Vercel projects
Google ADKNative integration with Google’s Agent Development KitGoogle Cloud AI applications
OpenTelemetryStandard OTel tracing for any frameworkCustom frameworks, multi-vendor

API Reference

The Freeplay REST API provides programmatic access to all platform capabilities, including prompt management, session recording, test runs, and search.

API Reference

Complete HTTP API documentation with authentication, endpoints, and examples

Code Recipes

Our recipe library contains complete, runnable examples for common integration patterns. Use these as starting points for your implementation.

Code Recipes

Browse examples for prompts, chat, tool calling, providers, and testing

Choosing the Right Integration

Use CaseRecommended Approach
New Python/TS/Java projectFreeplay SDK
LangGraph agentsLangGraph integration
Vercel/Next.js deploymentVercel AI SDK
Google ADK agentsADK integration
Other frameworks (LlamaIndex, etc.)OpenTelemetry
Direct HTTP callsREST API