Documentation Index
Fetch the complete documentation index at: https://knowledge.goautonomous.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Authenticators store the credentials Go Autonomous needs to connect to your external systems. Before setting up a connector, you typically need to create an authenticator with the right credentials — API keys, login information, or OAuth tokens.Create an authenticator
Click Get started or Add
If this is your first authenticator, click Get started. Otherwise, click the add button to create a new one.
Choose the authentication type
Select the type of authentication your external system requires — API key, basic authentication (username/password), or OAuth.
Enter your credentials
Fill in the required fields. This varies by authentication type:
- API key — enter the key and any associated identifiers.
- Basic auth — enter the username and password.
- OAuth — configure the OAuth flow with client ID, secret, and token endpoints.
Managing authenticators
From the Authenticators page, you can:- View all configured authenticators.
- Edit credentials when they change (e.g., rotating API keys).
- Delete authenticators that are no longer in use.
If you delete an authenticator that’s in use by an active connector, that connector will stop functioning until a new authenticator is assigned.