Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
Our general chatbot SDK (Software Development Kit) serves as a library/ docs that developers can use to build and integrate our general chatbot functionality into their applications, platforms, or services.
This documentation is intended to provide a brief overview of General Chatbot SDK, its features and usage guidelines for developers, software engineers, and system integrators who are using or planning to use our SDK.
Before using the SDK, ensure that you have the following:
Supported operating system ( Windows, Linux etc. having Node installed )
Development environment (IDE, Node etc. )
Access to necessary API keys
Credits in the web application https://app.chaingpt.org/
To install the SDK, follow the instructions, follow the steps below
Create an application in Node
Open terminal in linux based operating system and command prompt in windows
Run following commands
Credits System
User must start by having credits in the web-App https://app.chaingpt.org/. These credits will allow users to create API key and access SDK. On each request made using SDK, credits shall be deducted.
Setup API Key
The ChainGPT API SDK uses API keys for authentication. In Web app , Go to API Dashboard module and generate an API Key using create secret key feature and copy.
This is a relatively straightforward way to control access, but you must be vigilant about securing these keys. Avoid exposing the API keys in your code or in public repositories; instead, store them in a secure location. You should expose your keys to your application using environment variables or secret management service, so that you don't need to hard-code them in your codebase.
For additional assistance, refer to Discord - https://discord.gg/chaingpt