# Global QuickStart Guide

## Quickstart Guide To ChainGPT's API & SDK

This guide will help you start building with ChainGPT’s suite of Web3 AI tools in just a few minutes. You’ll learn how to create an account, generate your API key, make your first API request, and begin integrating ChainGPT’s capabilities into your application.

***

### Step 1: Create an Account and API Key

1. Visit the [ChainGPT API Dashboard](https://app.chaingpt.org).
2. Connect your crypto wallet to sign up or log into your account.
3. Navigate to the API Keys section and click "Create New Secret Key".
4. Customize your API key based on your company's needs & use-cases (optional)

   <figure><img src="/files/2sLxuORg21uoQ3hbnvIA" alt=""><figcaption></figcaption></figure>
5. Store your API key securely in an environment variable or secret manager. Do not expose it in frontend code.
6. Ensure your account has sufficient credits. Credits can be purchased through the dashboard using Crypto, $CGPT or credit cards (fiat).

***

### Step 2: Jump Into Your Preferred Solution QuickStart Guide

* [Web3 AI Chatbot & LLM - QuickStart Guide](/dev-docs-b2b-saas-api-and-sdk/web3-ai-chatbot-and-llm-api-and-sdk/javascript/quickstart-guide.md)
* [AI NFT Generator - QuickStart Guide](/dev-docs-b2b-saas-api-and-sdk/ai-nft-generator-api-and-sdk/javascript/quickstart-guide.md)
* [Smart-Contracts Generator - QuickStart Guide](/dev-docs-b2b-saas-api-and-sdk/smart-contracts-generator-api-and-sdk/javascript/quickstart-guide.md)
* [Smart-Contracts Auditor - QuickStart Guide](/dev-docs-b2b-saas-api-and-sdk/smart-contracts-auditor-api-and-sdk/javascript/quickstart-guide.md)
* [Web3 AI News Generator - QuickStart Guide](/dev-docs-b2b-saas-api-and-sdk/ai-crypto-news-api-and-sdk-and-rss/javascript/quickstart-guide.md)
* [AgenticOS AI Agent Framework - QuickStart Guide](/dev-docs-b2b-saas-api-and-sdk/agenticos-framework-web3-ai-agent-on-x-open-source.md#quick-start-guide)

***

### Step 3: Integrate with Your Application

Once your initial request is successful, you can begin integrating ChainGPT’s AI tools into your application. Common integration patterns include:

* AI-powered chat assistants for DeFi, NFT, and on-chain analytics
* Automated smart contract auditing pipelines
* Real-time AI-generated crypto news widgets
* NFT generation tools with natural language prompts
* Internal compliance or support chatbots tailored to your product

Refer to individual tool guides for detailed implementation patterns.

**Full list of use-cases & case-studies can be found here:**

{% content-ref url="/pages/32zitX0fyUIzTBqgd9QJ" %}
[Use Cases & Examples](/dev-docs-b2b-saas-api-and-sdk/use-cases-and-examples.md)
{% endcontent-ref %}

{% content-ref url="/pages/RFsBDHbIINwas3To15cw" %}
[Case Studies](/dev-docs-b2b-saas-api-and-sdk/case-studies.md)
{% endcontent-ref %}

***

### Step 4: Monitor and Optimize

* Use the API Dashboard to monitor request history, credit usage, and key performance metrics.
* Implement error handling to manage low-credit conditions or invalid input.
* Adjust parameters such as system prompts, memory mode, or response style to fine-tune output.

***

### Next Steps

Explore each API and SDK dev docs in detail:

{% content-ref url="/pages/UfmwClsY9qwnOBh9Ast5" %}
[Web3 AI Chatbot & LLM (API & SDK)](/dev-docs-b2b-saas-api-and-sdk/web3-ai-chatbot-and-llm-api-and-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/Bw8gKlv3HgveABB3jhUr" %}
[AI NFT Generator (API & SDK)](/dev-docs-b2b-saas-api-and-sdk/ai-nft-generator-api-and-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/h2YmUp3e0mUl38GldQib" %}
[Smart-Contracts Generator (API & SDK)](/dev-docs-b2b-saas-api-and-sdk/smart-contracts-generator-api-and-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/i1AoAme8pGZvIfnbFye0" %}
[Smart-Contracts Auditor (API & SDK)](/dev-docs-b2b-saas-api-and-sdk/smart-contracts-auditor-api-and-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZgmEhNIO7R8WykMDnVyy" %}
[AI Crypto News (API & SDK & RSS)](/dev-docs-b2b-saas-api-and-sdk/ai-crypto-news-api-and-sdk-and-rss.md)
{% endcontent-ref %}

{% content-ref url="/pages/youNPn9R7mOzUZFXE1cn" %}
[AgenticOS Framework: Web3 AI Agent on X (Open-Source)](/dev-docs-b2b-saas-api-and-sdk/agenticos-framework-web3-ai-agent-on-x-open-source.md)
{% endcontent-ref %}

{% hint style="info" %}
**Note**: For integration support or implementation guidance, contact the ChainGPT team or join the developer community.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chaingpt.org/dev-docs-b2b-saas-api-and-sdk/global-quickstart-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
