Quickstart
Start integrating VeyraX tools into your applications in minutes
To get started with VeyraX — you will need an API KEY
. You can find it on the platform in your account settings.
Step 0: Connect Tools
Before using VeyraX tools, you need to connect the services you want to integrate. Visit the VeyraX Integrations page where you can find and connect a wide variety of tools and services. Simply browse through the extensive catalog of available integrations, select the ones you need, and follow the authentication process to connect them to your VeyraX account.
Step 1: Set Up Your Environment
First, make sure you have the necessary libraries installed:
Step 2: Configure Your API Key
Step 3: Call a VeyraX Tool
Now you can call any connected tool through the VeyraX platform. Here’s an example of starring a GitHub repository:
The response will include both the data and a React component that can be directly rendered in your frontend:
Advanced Usage
For more complex scenarios, you can:
- Fetch all available tools using the
/get-tools
endpoint - Use AI to determine which tool to call based on user input
- Chain multiple tool calls together for complex workflows
Check out our Core Concepts documentation to learn more about the fundamental elements of the VeyraX platform.
For practical examples and ready-to-use code, visit our Cookbooks section, which includes:
- Python Quick Start - Basic integration examples
- AI SDK Quick Start - Using VeyraX with AI frameworks
- Call Tools with AI - Integrating VeyraX with OpenAI for intelligent tool selection
You’re now ready to integrate powerful tools into your applications with VeyraX!