API key integrations use a single set of credentials for your entire application. Perfect for services like search APIs (Exa, Tavily) where you don’t need user-specific authorization—just get an API key, configure it, and start building.Documentation Index
Fetch the complete documentation index at: https://metorial.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
What you’ll learn:
- How to deploy and configure API key-based providers
- How to test integrations
Deploying an API Key Integration
Create a Deployment
Click Deploy, name your deployment, and paste your API key. Metorial creates a Provider Auth Config to store your credentials securely.
Using API Key Integrations
After deploying your integration, pass the provider deployment ID when creating a session. The integration handles authentication automatically using the credentials you configured.What’s Next?
OAuth Integrations
Set up user-authorized integrations.
SDK Quickstart
Build your first AI agent.