Use the GPT Trainer connector to train custom AI chatbots.
Integrating your application with GPT Trainer lets you use these operations in an automation. It exposes 9 actions, listed below. Add the connector from the Connections area, authenticate, then select its operations in the automation builder. Capabilities: actions.
Authentication
Before you begin, make sure you have the following information:
Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings.
Authentication Type: The authentication method for this connector is defined in the connection setup. Select the connector in the Connections area to see the fields it requires.
Obtaining Your API Key
Go to the GPT Trainer app at app.gpt-trainer.com and log in (or sign up if you don't have an account yet).
Click the Account menu in the navigation bar.
In account settings, open the API Keys section.
Click Generate new key.
Enter a description for the key and click Generate.
Copy the generated API key immediately and store it securely — it is shown only once and is required for authentication.
Actions
Action Name | Description |
|---|---|
Create chatbot | Create a chatbot in GPT Trainer |
Create session | Create a session for a GPT Trainer chatbot |
Delete chatbot | Delete a chatbot from GPT Trainer by UUID |
Delete session | Delete a session from GPT Trainer by UUID |
Get chatbot | Fetch a chatbot from GPT Trainer by UUID |
Get session | Fetch a session from GPT Trainer by UUID |
List all messages | Lists all messages in a session in GPT Trainer |
List chatbots | Fetch all chatbots from GPT Trainer |
List sessions | Fetch all sessions for a GPT Trainer chatbot |