Overview
This guide walks through configuring integrations to proxy API requests through agntdata.Prerequisites
Before configuring an integration, you’ll need:- An agntdata account with an active workspace
- An account with the external service
- An API key for the external service
Configuration Steps
Step 1: Navigate to Integrations
From the agntdata dashboard:- Click Integrations in the sidebar
- Click Add Integration
- Select the provider you want to configure
Step 2: Add Your API Key
- Generate an API key in the external service’s dashboard
- Paste it into the agntdata configuration form
- Optionally add a name to identify this key
- Click Save
Step 3: Use the Integration
Make requests through agntdata using your agntdata API key:Managing Integrations
Viewing Integrations
The Integrations page shows all configured integrations for your workspace.Updating Credentials
To update the API key for an integration:- Click on the integration
- Enter the new API key
- Click Save
Disabling Integrations
To temporarily disable an integration:- Click on the integration
- Toggle Active to off
Deleting Integrations
- Click on the integration
- Click Delete
- Confirm the deletion
Troubleshooting
401/403 Errors
401/403 Errors
- Verify your external service API key is correct
- Check if the API key has the required permissions
- Ensure the API key hasn’t been revoked
Rate Limit Errors
Rate Limit Errors
External services have their own rate limits. Check the external service’s documentation for limits and best practices.
Connection Timeout
Connection Timeout
- The external service may be experiencing issues
- Try the request again after a short delay
Best Practices
Use Descriptive Names
Use Descriptive Names
Give your integration keys descriptive names to identify them easily.
Limit Permissions
Limit Permissions
When generating API keys for external services, only grant the minimum permissions required.
Rotate Keys Periodically
Rotate Keys Periodically
Periodically rotate your external service API keys for security.
Next Steps
Integrations Overview
Learn how integrations work.
Webhooks
Set up incoming webhooks.