Quickly create a bot by sitemap by spinning up a new chatbot, creating a project, and ingesting a sitemap — all via the Python SDK. We’ll: Before you dive in, don’t forget to Sign up for CustomGPT and check out […]
Quickly create a bot by sitemap by spinning up a new chatbot, creating a project, and ingesting a sitemap — all via the Python SDK. We’ll: Before you dive in, don’t forget to Sign up for CustomGPT and check out […]
Add a sitemap to an agent and ingest large websites by pointing your CustomGPT project at a sitemap URL. This guide covers: New to CustomGPT? Sign up here and explore our API documentation.Also check out the GitHub Cookbook example notebook. […]
Want to let the world test your CustomGPT chatbot, embed it in a web page, or pop it up as a floating widget? This guide shows you how to toggle the sharing flag and get agent share link, <iframe> snippet, […]
Need to tweak your chatbot’s default prompt, language, or example questions without touching the dashboard? This tutorial shows you how to fetch and update agent settings via the CustomGPTs RAG APIs Python SDK implementation. We’ll move through these steps: If […]
Update an agent names meaningful is vital for organization—especially when you manage multiple chatbots. In this guide, you’ll learn how to rename a CustomGPT project (agent) entirely in Python using the official CustomGPTs RAG APIs Python SDK implementation. We’ll move […]
Access the full chat history of a CustomGPT conversation via the CustomGPTs RAG APIs Python SDK implementation. In this guide, we’ll show you how to retrieve messages from a specific conversation session with your CustomGPT chatbot. This means you’ll be […]
Keep your chatbot’s knowledge up-to-date by reindexing specific pages with the CustomGPT RAG API. In this guide, we’ll use the Python SDK to reindex a page in a CustomGPT project. Reindexing is useful when a source document or webpage has […]
Manage multiple CustomGPT chatbots by listing all your projects via the CustomGPTs RAG APIs Python SDK implementation, with support for pagination. If you have several chatbot projects (agents) in CustomGPT, you might want to fetch a list of all of […]
Learn how to fetch all pages indexed in your CustomGPT project via the CustomGPT RAG APIs Python SDK implementation. In this guide, we show you how to retrieve a complete list of pages (whether they came from uploaded files or […]
Understand your CustomGPT project’s configuration by fetching its settings via the Python SDK. In this tutorial, we will use the CustomGPT API to get settings for a particular agent. Project settings include the bot’s default behavior configurations – for example, […]
© Copyright 2025 – CustomGPT.ai – All Rights Reserved