AgentPress Next.js Documentation
Welcome to the AgentPress Next.js documentation. This guide will help you integrate AI-powered chat interfaces into your Next.js applications.
What is AgentPress?
AgentPress is a platform that turns your API methods into tools that AI agents can use. The agentpress-nextjs library provides React components to easily integrate AgentPress chat interfaces into your Next.js applications.
Quick Navigation
- Getting Started - Installation and setup
- Components - Available React components
- Syncing Methods - Define and sync your API methods
- CLI Reference - Command-line tool documentation
- API Reference - Types and interfaces
- Examples - Common usage patterns
Requirements
- React 19+
- Next.js 15+
- Tailwind CSS - For component styling
- TypeScript - Recommended for better developer experience
- Zod v4+ - Required for schema validation
Getting Help
If you have questions or run into issues:
- Check the Troubleshooting guide
- Review the Examples section
- Check the API Reference for detailed type information
Let’s get started! Head over to the Getting Started guide to install AgentPress.
Last updated on