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. […]
Need to feed PDFs, Word docs, or plain‑text files into your chatbot’s knowledge base? This tutorial shows you exactly how to add a file to an agent (project), using the CustomGPTs RAG APIs Python SDK implementation. We’ll walk through: If […]
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 […]