Integrations
This section covers official integrations that extend the framework's capabilities through third-party services and APIs.
Available Integrations
Anthropic
Learn how to use Anthropic's Claude models with your agents. This integration enables you to:
- Access state-of-the-art language models
- Leverage Claude's advanced reasoning capabilities
- Configure model parameters for optimal performance
Linear
Integrate your agents with Linear's project management platform. This integration allows you to:
- Create and manage issues programmatically
- Track project progress through AI agents
- Automate workflow processes
Using Integrations
Each integration is designed to be:
- Easy to set up with minimal configuration
- Well-documented with clear examples
- Type-safe with full TypeScript support
To get started with an integration:
- Install the required dependencies
- Configure your API credentials
- Follow the integration-specific setup guide
For examples of integrations in action, check out our Examples section, particularly the Linear Integration Example.
Building Custom Integrations
If you need to integrate with a service that's not officially supported, you can create custom integrations using our Define Tool API. See the Advanced section for more details on building complex tools and integrations.