Documentation Index
Fetch the complete documentation index at: https://agnt.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This guide walks through configuring connections to proxy API requests through agntdata using your own vendor credentials.Prerequisites
Before configuring a connection, you’ll need:- An agntdata account with an active workspace
- An account with the external service
- An API key for the external service (or the ability to complete the vendor’s OAuth flow)
Configuration Steps
Step 1: Navigate to Connections
From the agntdata dashboard:- Click Connections in the sidebar
- Click Add Connection
- Select the vendor you want to configure
Step 2: Add Your Credentials
For API-key vendors:- Generate an API key in the vendor’s dashboard
- Paste it into the agntdata configuration form
- Optionally add a name to identify this credential
- Click Save
- Click Connect
- Complete the vendor’s OAuth consent flow
- You’ll be redirected back to agntdata once the install is recorded
Step 3: Use the Connection
Make requests through agntdata using your agntdata API key:Managing Connections
Viewing Connections
The Connections page shows all configured connections for your workspace.Updating Credentials
To update the API key for a connection:- Click on the connection
- Enter the new API key
- Click Save
Disabling Connections
To temporarily disable a connection:- Click on the connection
- Toggle Active to off
Deleting Connections
- Click on the connection
- 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 connection credentials 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
Connections Overview
Learn how connections work.
Webhooks
Set up incoming webhooks.