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, […]
Enterprise
Comprehensive AI solutions and support for executive outcomes at scale.
Enterprise AI PlatformLearn
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 […]
Chat projects accumulate test sessions, support threads, or demo conversations that you may want to rename for clarity—or remove entirely. This tutorial walks you through how to update and delete a conversation in code, using the CustomGPTs RAG APIs Python […]
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, […]
Learn how to programmatically fetch your chatbot project’s statistics using CustomGPT’s RAG APIs Python SDK implementation. In this guide, we walk through setting up the SDK and obtaining detailed agent stats – such as page counts, words indexed, or credits […]