# SiteGPT Docs ## Docs - [API v2 authentication](https://sitegpt.ai/docs/api-reference/v2/authentication.md): Authenticate to API v2 with scoped SiteGPT bearer tokens, dashboard-created tokens, or OAuth device login. - [Delete profile picture](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/delete-account-profile-picture.md): Delete the authenticated user profile picture. Requires confirm=true. - [Get account](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/get-account.md): Get current account user and auth metadata. - [Get Limits](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/get-limits.md): Get account limits and remaining quotas. - [Get current user](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/get-me.md): Get the authenticated user and credential context. - [Get Usage](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/get-usage.md): Get account usage. - [Update profile](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/update-account-profile.md): Update the authenticated user profile name. - [Upload profile picture](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/upload-account-profile-picture.md): Upload the authenticated user profile picture. - [Get subscription](https://sitegpt.ai/docs/api-reference/v2/endpoints/billing/get-billing-subscription.md): Get billing subscription state. - [List invoices](https://sitegpt.ai/docs/api-reference/v2/endpoints/billing/list-billing-invoices.md): List billing invoices and transaction download links. - [Create chatbot](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/create-chatbot.md): Create a chatbot. - [Delete chatbot](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/delete-chatbot.md): Delete a chatbot. Requires confirm=true. - [Delete icon](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/delete-chatbot-icon.md): Delete a chatbot appearance icon. Requires confirm=true. - [Get chatbot](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/get-chatbot.md): Get one chatbot. - [Get dashboard summary](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/get-chatbot-dashboard.md): Get chatbot dashboard summary, knowledge counts, conversation feedback, and install metadata. - [List chatbots](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/list-chatbots.md): List chatbots accessible to the authenticated user. - [Transfer chatbot](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/transfer-chatbot.md): Transfer a chatbot to another user in the same brand (reassign ownership). Provide email or userId. If the recipient has no account in the brand yet, one is created. By default the previous owner is removed from the chatbot; pass keepSourceAs to keep them as a member at that role. Requires the chatb… - [Update chatbot](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/update-chatbot.md): Update chatbot title or description. - [Upload icon](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/upload-chatbot-icon.md): Upload a chatbot appearance icon. Supported types: bot, person, agent, watermark, and chat-bubble. - [Create followup](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/create-followup.md): Create a conversation followup. - [Delete followup](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/delete-followup.md): Delete a conversation followup. Requires confirm=true. - [Get followup](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/get-followup.md): Get one conversation followup. - [List followups](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/list-followups.md): List conversation followups. - [Reorder followups](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/reorder-followups.md): Reorder conversation followups. - [Update followup](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/update-followup.md): Update a conversation followup. - [Create starter](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/create-starter.md): Create a conversation starter. - [Delete starter](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/delete-starter.md): Delete a conversation starter. Requires confirm=true. - [Get starter](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/get-starter.md): Get one conversation starter. - [List starters](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/list-starters.md): List conversation starters. - [Reorder starters](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/reorder-starters.md): Reorder conversation starters. - [Update starter](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/update-starter.md): Update a conversation starter. - [Create conversation](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/create-conversation.md): Create a chatbot conversation. - [Delete conversation](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/delete-conversation.md): Delete one chatbot conversation. Requires confirm=true. - [Escalate conversation](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/escalate-conversation.md): Escalate a conversation to human support. - [Get conversation](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/get-conversation.md): Get one chatbot conversation. - [List conversations](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/list-conversations.md): List chatbot conversations. - [Run conversation action](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/run-conversation-action.md): Run a bulk conversation action. - [Switch to AI](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/switch-conversation-to-ai.md): Switch an escalated conversation back to AI mode. - [Update conversation](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/update-conversation.md): Update one chatbot conversation. - [Create custom response](https://sitegpt.ai/docs/api-reference/v2/endpoints/custom-responses/create-custom-response.md): Create a custom response. - [Delete custom response](https://sitegpt.ai/docs/api-reference/v2/endpoints/custom-responses/delete-custom-response.md): Delete a custom response. Requires confirm=true. - [Get custom response](https://sitegpt.ai/docs/api-reference/v2/endpoints/custom-responses/get-custom-response.md): Get one custom response. - [List custom responses](https://sitegpt.ai/docs/api-reference/v2/endpoints/custom-responses/list-custom-responses.md): List chatbot custom responses. - [Update custom response](https://sitegpt.ai/docs/api-reference/v2/endpoints/custom-responses/update-custom-response.md): Update a custom response. - [Get agent manifest](https://sitegpt.ai/docs/api-reference/v2/endpoints/discovery/get-agent-manifest.md): Get the SiteGPT agent manifest. - [Get OpenAPI spec](https://sitegpt.ai/docs/api-reference/v2/endpoints/discovery/get-open-api-spec.md): Get the SiteGPT agent API OpenAPI document. - [Create instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/create-instruction.md): Create chatbot instructions. - [Delete instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/delete-instruction.md): Delete custom chatbot instructions. Requires confirm=true. - [Get instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/get-instruction.md): Get one chatbot instruction. - [List instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/list-instructions.md): List chatbot instructions. - [Update instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/update-instruction.md): Update custom chatbot instructions. - [Use instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/use-instruction.md): Make instructions active for a chatbot. - [Authorize data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/authorize-knowledge-source.md): Generate a fresh authorization/picker URL for an existing OAuth source so users can add/change selected files. For Notion, run ingest after OAuth because selected pages are discovered during ingest. - [Create data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/create-knowledge-source.md): Create an external knowledge source connection. OAuth/picker sources return an authorization URL. Notion pages are discovered during ingest after OAuth page/database selection. - [Get data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/get-knowledge-source.md): Get one external knowledge source connection. - [Ingest data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/ingest-knowledge-source.md): Queue ingestion for a knowledge source. Notion discovers selected pages during this step. GitHub uses repository/branch/patterns; Confluence can use external IDs. - [List Confluence pages](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-confluence-source-pages.md): List pages in a Confluence space for a knowledge source. - [List Confluence spaces](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-confluence-source-spaces.md): List spaces available to a Confluence knowledge source. - [List GitHub files](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-git-hub-source-files.md): List files in a GitHub repository for a knowledge source. - [List GitHub repositories](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-git-hub-source-repositories.md): List repositories available to a GitHub knowledge source. - [List source documents](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-knowledge-source-documents.md): List picked/connected documents for a knowledge source. Notion can be empty before ingest because pages are discovered during ingest. - [List data sources](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-knowledge-sources.md): List external knowledge data-source connections for a chatbot. - [Revoke data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/revoke-knowledge-source.md): Revoke an external knowledge source connection. - [Update data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/update-knowledge-source.md): Update an external knowledge source connection name, redirect URL, or credentials. - [Delete sync job](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sync-jobs/delete-knowledge-sync-job.md): Disable/delete a recurring knowledge sync/scan job. Existing documents are not deleted. Requires confirm=true. - [Get sync job](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sync-jobs/get-knowledge-sync-job.md): Get one recurring knowledge sync/scan job and run history. - [List sync jobs](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sync-jobs/list-knowledge-sync-jobs.md): List active recurring knowledge sync/scan jobs. - [Update sync job](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sync-jobs/update-knowledge-sync-job.md): Update auto-sync or sitemap auto-scan frequency for a recurring knowledge job. - [Add links](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/add-knowledge-links.md): Add URL links to chatbot knowledge. - [Add sitemap](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/add-knowledge-sitemap.md): Ingest a sitemap into chatbot knowledge. Supports auto-sync and sitemap auto-scan frequencies. - [Add website](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/add-knowledge-website.md): Crawl and add a website to chatbot knowledge. - [Add YouTube](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/add-knowledge-youtube.md): Add YouTube content to chatbot knowledge. - [Delete document](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/delete-knowledge-document.md): Delete one knowledge document. Requires confirm=true. - [Bulk delete documents](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/delete-knowledge-documents.md): Bulk delete knowledge documents by IDs or filters. - [Get document](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/get-knowledge-document.md): Get full details for one knowledge document, with optional inlined text content. - [Get document stats](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/get-knowledge-document-stats.md): Get chatbot knowledge document stats. - [List documents](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/list-knowledge-documents.md): List chatbot knowledge documents, including raw and parsed content URLs when available. - [Bulk resync documents](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/resync-knowledge-documents.md): Bulk resync knowledge documents by IDs or filters. - [Update document](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/update-knowledge-document.md): Update editable content for one knowledge document. - [Update document config](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/update-knowledge-document-config.md): Update scrape and sync config for one or more URL-like knowledge documents. - [Update text knowledge](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/update-text-knowledge.md): Replace the chatbot text knowledge document. - [Upload files](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/upload-knowledge-files.md): Add local files to chatbot knowledge. - [Delete lead](https://sitegpt.ai/docs/api-reference/v2/endpoints/leads/delete-lead.md): Delete a chatbot lead. Requires confirm=true. - [Get lead](https://sitegpt.ai/docs/api-reference/v2/endpoints/leads/get-lead.md): Get one chatbot lead. - [List leads](https://sitegpt.ai/docs/api-reference/v2/endpoints/leads/list-leads.md): List chatbot leads. - [Run lead action](https://sitegpt.ai/docs/api-reference/v2/endpoints/leads/run-lead-action.md): Run a bulk lead action. - [Update lead](https://sitegpt.ai/docs/api-reference/v2/endpoints/leads/update-lead.md): Update a chatbot lead. - [Cancel invite](https://sitegpt.ai/docs/api-reference/v2/endpoints/members/cancel-member-invite.md): Cancel a pending chatbot member invite. Requires confirm=true. - [Invite member](https://sitegpt.ai/docs/api-reference/v2/endpoints/members/invite-member.md): Invite a chatbot member by email, or add them directly with skipInvite=true (no invite email, account provisioned if needed). - [List invites](https://sitegpt.ai/docs/api-reference/v2/endpoints/members/list-member-invites.md): List pending chatbot member invites. - [List members](https://sitegpt.ai/docs/api-reference/v2/endpoints/members/list-members.md): List chatbot members and pending invites. - [Remove member](https://sitegpt.ai/docs/api-reference/v2/endpoints/members/remove-member.md): Remove a chatbot member. Requires confirm=true. - [List messages](https://sitegpt.ai/docs/api-reference/v2/endpoints/messages/list-conversation-messages.md): List conversation messages. - [Send message](https://sitegpt.ai/docs/api-reference/v2/endpoints/messages/send-conversation-message.md): Send a visitor message to an existing conversation. - [Send new message](https://sitegpt.ai/docs/api-reference/v2/endpoints/messages/send-message-to-new-conversation.md): Send a visitor message and start a new conversation. - [Update message](https://sitegpt.ai/docs/api-reference/v2/endpoints/messages/update-conversation-message.md): React to or edit a conversation message. - [Claim onboarding](https://sitegpt.ai/docs/api-reference/v2/endpoints/onboarding/claim-onboarding.md): Create checkout for an onboarding workspace claim. - [Delete onboarding](https://sitegpt.ai/docs/api-reference/v2/endpoints/onboarding/delete-onboarding.md): Delete an unclaimed onboarding workspace and its temporary chatbot. - [Get onboarding status](https://sitegpt.ai/docs/api-reference/v2/endpoints/onboarding/get-onboarding-status.md): Get the onboarding workspace status using the temporary onboarding token. - [Start onboarding](https://sitegpt.ai/docs/api-reference/v2/endpoints/onboarding/start-onboarding.md): Start an agent-first onboarding workspace for a public website. - [Create persona](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/create-persona.md): Create a chatbot persona. - [Delete persona](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/delete-persona.md): Delete a custom chatbot persona. Requires confirm=true. - [Get persona](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/get-persona.md): Get one chatbot persona. - [List personas](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/list-personas.md): List chatbot personas. - [Update persona](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/update-persona.md): Update a custom chatbot persona. - [Use persona](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/use-persona.md): Make a persona active for a chatbot. - [Get settings](https://sitegpt.ai/docs/api-reference/v2/endpoints/settings/get-settings.md): Get safe chatbot settings. - [Get settings section](https://sitegpt.ai/docs/api-reference/v2/endpoints/settings/get-settings-section.md): Get one safe chatbot settings section. - [Update settings](https://sitegpt.ai/docs/api-reference/v2/endpoints/settings/update-settings.md): Update safe chatbot settings across sections. - [Update settings section](https://sitegpt.ai/docs/api-reference/v2/endpoints/settings/update-settings-section.md): Update one safe chatbot settings section. - [Create tag](https://sitegpt.ai/docs/api-reference/v2/endpoints/tags/create-tag.md): Create a conversation tag. - [Delete tag](https://sitegpt.ai/docs/api-reference/v2/endpoints/tags/delete-tag.md): Delete a conversation tag. Requires confirm=true. - [Get tag](https://sitegpt.ai/docs/api-reference/v2/endpoints/tags/get-tag.md): Get one conversation tag. - [List tags](https://sitegpt.ai/docs/api-reference/v2/endpoints/tags/list-tags.md): List conversation tags. - [Update tag](https://sitegpt.ai/docs/api-reference/v2/endpoints/tags/update-tag.md): Update a conversation tag. - [Create token](https://sitegpt.ai/docs/api-reference/v2/endpoints/tokens/create-token.md): Create a scoped API token. - [List tokens](https://sitegpt.ai/docs/api-reference/v2/endpoints/tokens/list-tokens.md): List API tokens for the authenticated user. - [Revoke token](https://sitegpt.ai/docs/api-reference/v2/endpoints/tokens/revoke-token.md): Revoke an API token. - [Rotate token](https://sitegpt.ai/docs/api-reference/v2/endpoints/tokens/rotate-token.md): Rotate an active API token and return the new plaintext token once. - [Getting started with API v2](https://sitegpt.ai/docs/api-reference/v2/getting-started.md): Use the SiteGPT Agent API v2 to manage chatbots, knowledge, conversations, account data, and team operations. - [April 2023](https://sitegpt.ai/docs/changelog/2023-april.md): Paddle integration, pricing plans, and UI improvements - [August 2023](https://sitegpt.ai/docs/changelog/2023-august.md): Q&A functionality, Google Chat integration, and enhanced analytics - [December 2023](https://sitegpt.ai/docs/changelog/2023-december.md): Playground redesign, leads functionality, and Notion integration - [July 2023](https://sitegpt.ai/docs/changelog/2023-july.md): Advanced features, integrations, and Q&A functionality - [June 2023](https://sitegpt.ai/docs/changelog/2023-june.md): File uploads, API documentation, and GPT-4 support - [March 2023](https://sitegpt.ai/docs/changelog/2023-march.md): SiteGPT launches with core chatbot functionality - [May 2023](https://sitegpt.ai/docs/changelog/2023-may.md): Enhanced customization and embedding options - [November 2023](https://sitegpt.ai/docs/changelog/2023-november.md): Prompts, personas, playground, and major UI updates - [October 2023](https://sitegpt.ai/docs/changelog/2023-october.md): PartyKit enhancements and stability improvements - [September 2023](https://sitegpt.ai/docs/changelog/2023-september.md): Functions, metrics API, and PartyKit integration - [April 2024](https://sitegpt.ai/docs/changelog/2024-april.md): Workflows, embedding improvements, and whitelabel enhancements - [August 2024](https://sitegpt.ai/docs/changelog/2024-august.md): Additional free tools, rate limiting, and UI improvements - [December 2024](https://sitegpt.ai/docs/changelog/2024-december.md): Updates from December 2024 - [February 2024](https://sitegpt.ai/docs/changelog/2024-february.md): Portkey integration, GPT-4 updates, and whitelabel enhancements - [January 2024](https://sitegpt.ai/docs/changelog/2024-january.md): Whitelabel features, link optimization, and CSS customization - [July 2024](https://sitegpt.ai/docs/changelog/2024-july.md): Human support, pricing updates, and free tools launch - [June 2024](https://sitegpt.ai/docs/changelog/2024-june.md): Workflows UI, lead forwarding, and Zoho integration - [March 2024](https://sitegpt.ai/docs/changelog/2024-march.md): Unread messages, tooltip customization, and integration improvements - [May 2024](https://sitegpt.ai/docs/changelog/2024-may.md): Data source integrations, embedding enhancements, and workflow improvements - [November 2024](https://sitegpt.ai/docs/changelog/2024-november.md): Updates from November 2024 - [October 2024](https://sitegpt.ai/docs/changelog/2024-october.md): Updates from October 2024 - [September 2024](https://sitegpt.ai/docs/changelog/2024-september.md): Pricing updates, model improvements, and stability enhancements - [April 2025](https://sitegpt.ai/docs/changelog/2025-april.md): Updates from April 2025 - [August 2025](https://sitegpt.ai/docs/changelog/2025-august.md): Updates from August 2025 - [December 2025](https://sitegpt.ai/docs/changelog/2025-december.md): Updates and improvements for December 2025 - [February 2025](https://sitegpt.ai/docs/changelog/2025-february.md): Updates from February 2025 - [January 2025](https://sitegpt.ai/docs/changelog/2025-january.md): Updates from January 2025 - [July 2025](https://sitegpt.ai/docs/changelog/2025-july.md): Updates from July 2025 - [June 2025](https://sitegpt.ai/docs/changelog/2025-june.md): Updates from June 2025 - [March 2025](https://sitegpt.ai/docs/changelog/2025-march.md): Updates from March 2025 - [May 2025](https://sitegpt.ai/docs/changelog/2025-may.md): Updates from May 2025 - [November 2025](https://sitegpt.ai/docs/changelog/2025-november.md): Updates and improvements for November 2025 - [October 2025](https://sitegpt.ai/docs/changelog/2025-october.md): Updates from October 2025 - [September 2025](https://sitegpt.ai/docs/changelog/2025-september.md): Updates from September 2025 - [January 2026](https://sitegpt.ai/docs/changelog/2026-january.md): Updates and improvements for January 2026 - [July 2026](https://sitegpt.ai/docs/changelog/2026-july.md): Updates and improvements for July 2026 - [Changelog](https://sitegpt.ai/docs/changelog/overview.md): Complete history of SiteGPT updates since March 2023 - [Account, team, usage, and billing](https://sitegpt.ai/docs/cli/account-team-billing.md): Manage account profile details, members, invites, usage, limits, billing, and API tokens from the CLI. - [Authentication and scopes](https://sitegpt.ai/docs/cli/authentication.md): Understand SiteGPT CLI authentication, scoped tokens, access levels, token management, and least-privilege setup. - [Chatbots](https://sitegpt.ai/docs/cli/chatbots.md): Create, inspect, update, delete, summarize, and install SiteGPT chatbots from the CLI. - [Command reference](https://sitegpt.ai/docs/cli/command-reference.md): A detailed entity-by-entity reference for every SiteGPT CLI command, option, alias, and enum. - [Conversations, messages, tags, and leads](https://sitegpt.ai/docs/cli/conversations.md): Review support conversations, send user messages, manage tags, and maintain leads from the SiteGPT CLI. - [Customization](https://sitegpt.ai/docs/cli/customization.md): Configure personas, instructions, settings, icons, conversation starters, and followups from the CLI. - [External data sources](https://sitegpt.ai/docs/cli/data-sources.md): Connect Google Drive, Notion, Dropbox, OneDrive, Box, SharePoint, Confluence, and GitHub through the SiteGPT CLI. - [Install and log in](https://sitegpt.ai/docs/cli/install-login.md): Install the SiteGPT CLI, authenticate with device login, and verify your account. - [Knowledge](https://sitegpt.ai/docs/cli/knowledge.md): Add, inspect, resync, delete, and maintain chatbot knowledge from links, websites, sitemaps, files, text, YouTube, and custom responses. - [Connect SiteGPT with MCP](https://sitegpt.ai/docs/cli/mcp-server.md): Connect AI assistants such as Claude to SiteGPT through the SiteGPT MCP server with browser-based OAuth approval. - [OAuth device flow](https://sitegpt.ai/docs/cli/oauth-device-flow.md): Use SiteGPT OAuth device authorization to let a CLI or AI agent obtain a scoped SiteGPT API token. - [Agent-first onboarding](https://sitegpt.ai/docs/cli/onboarding.md): Let an AI agent create, configure, test, and hand off a temporary SiteGPT chatbot before the user has a SiteGPT account. - [SiteGPT CLI](https://sitegpt.ai/docs/cli/overview.md): Manage SiteGPT chatbots, knowledge, settings, conversations, and account operations from a terminal or AI agent. - [Playbook: Existing account chatbot setup](https://sitegpt.ai/docs/cli/playbooks/account-chatbot-setup.md): Create or update a SiteGPT chatbot inside an authenticated SiteGPT account. - [Playbook: Agent-first onboarding chatbot](https://sitegpt.ai/docs/cli/playbooks/agent-first-onboarding-chatbot.md): Build a polished SiteGPT chatbot preview before the human creates or signs into a SiteGPT account. - [Playbook: Create a chatbot from a website](https://sitegpt.ai/docs/cli/playbooks/create-chatbot-from-website.md): An end-to-end agent playbook for researching a website, creating a SiteGPT chatbot, adding knowledge, and configuring appearance and behavior. - [Playbook: Knowledge maintenance](https://sitegpt.ai/docs/cli/playbooks/knowledge-maintenance.md): An agent playbook for auditing, updating, resyncing, and cleaning chatbot knowledge with the SiteGPT CLI. - [Playbook: Support operations](https://sitegpt.ai/docs/cli/playbooks/support-operations.md): An agent playbook for triaging conversations, leads, escalations, tags, and support follow-up with the SiteGPT CLI. - [Profiles](https://sitegpt.ai/docs/cli/profiles.md): Use local CLI profiles for multiple SiteGPT accounts, environments, and permission sets. - [Troubleshooting](https://sitegpt.ai/docs/cli/troubleshooting.md): Fix common SiteGPT CLI authentication, profile, permission, output, and knowledge-ingestion issues. - [Use SiteGPT CLI with AI agents](https://sitegpt.ai/docs/cli/use-with-ai-agents.md): Give a personal AI agent the SiteGPT CLI so it can manage your chatbots safely through scoped profiles and command-line workflows. - [Train on files and connected apps](https://sitegpt.ai/docs/content/files.md): Upload documents directly or sync content from Notion, Google Drive, Dropbox, OneDrive, Box, and GitHub. - [How training works](https://sitegpt.ai/docs/content/overview.md): What your chatbot can learn from, how training works, and how to keep answers accurate. - [Train on website links](https://sitegpt.ai/docs/content/website-links.md): Crawl your website, import a sitemap, paste URLs, or add YouTube videos. - [Language and region](https://sitegpt.ai/docs/customize/language-and-region.md): Translate or reword every fixed label in the chat widget. - [Model and behavior settings](https://sitegpt.ai/docs/customize/model-and-behavior.md): The Settings pages that control which model answers, how much context it sees, and conversation limits. - [Box](https://sitegpt.ai/docs/data-sources/box.md): Train your chatbot on files from Box. - [Dropbox](https://sitegpt.ai/docs/data-sources/dropbox.md): Train your chatbot on files from Dropbox. - [GitHub](https://sitegpt.ai/docs/data-sources/github.md): Train your chatbot on Markdown docs, READMEs, and text files from GitHub repositories. - [Google Drive](https://sitegpt.ai/docs/data-sources/google-drive.md): Train your chatbot on documents from Google Drive. - [Notion](https://sitegpt.ai/docs/data-sources/notion.md): Train your chatbot on pages from your Notion workspace. - [OneDrive](https://sitegpt.ai/docs/data-sources/onedrive.md): Train your chatbot on files from Microsoft OneDrive. - [YouTube](https://sitegpt.ai/docs/data-sources/youtube.md): Train your chatbot on video transcripts from YouTube. - [API tokens & MCP](https://sitegpt.ai/docs/developers/api-tokens-and-mcp.md): Create scoped API tokens and manage AI agent connections from the Agents page. - [Developers overview](https://sitegpt.ai/docs/developers/overview.md): Every way to build on SiteGPT: widget SDK, tracking events, webhooks, the Agent API, the CLI, and MCP. - [JavaScript SDK](https://sitegpt.ai/docs/developers/sdk.md): Embed your AI chatbot on any website - [Tracking events](https://sitegpt.ai/docs/developers/tracking-events.md): Track chatbot activity in Google Tag Manager, GA4, or any analytics tool - [Webhooks](https://sitegpt.ai/docs/developers/webhooks.md): Receive messages, leads, and escalations at your own endpoint as they happen. - [Appearance](https://sitegpt.ai/docs/features/appearance.md): Make the chat widget match your brand: colors, icons, position, and behavior. - [Auto-sync](https://sitegpt.ai/docs/features/auto-sync.md): Re-crawl your links on a schedule so your chatbot tracks your latest content. - [Chat modes](https://sitegpt.ai/docs/features/chat-modes.md): Choose whether new conversations start with the AI or with your team. - [Instructions and personas](https://sitegpt.ai/docs/features/chatbot-instructions-personas.md): Control how your chatbot behaves and sounds. - [Conversation followups](https://sitegpt.ai/docs/features/conversation-followups.md): Buttons and suggested questions that appear after the chatbot answers. - [Conversation starters](https://sitegpt.ai/docs/features/conversation-starters.md): Suggested questions that appear when a visitor opens the chat. - [Custom responses (Q&A)](https://sitegpt.ai/docs/features/custom-responses.md): Pin exact answers for the questions where wording matters. - [Human support](https://sitegpt.ai/docs/features/human-support.md): Let visitors reach your team when the AI is not enough. - [Lead collection](https://sitegpt.ai/docs/features/lead-collection.md): Capture visitor contact details during conversations and route them to your tools. - [Members](https://sitegpt.ai/docs/features/members.md): Invite your team to a chatbot with role-based access. - [Pages quota](https://sitegpt.ai/docs/features/pages-quota.md): How SiteGPT measures training content, and what to do when you hit the limit. - [Text snippets](https://sitegpt.ai/docs/features/text-snippets.md): Give your chatbot knowledge that does not live on any page, as plain text. - [Crisp integration](https://sitegpt.ai/docs/integrations/crisp.md): Install the SiteGPT plugin from the Crisp Marketplace and let AI answer your Crisp inbox - [Freshdesk Messaging](https://sitegpt.ai/docs/integrations/freshdesk.md): Connect SiteGPT to Freshdesk Messaging (formerly Freshchat) - [Google Chat integration](https://sitegpt.ai/docs/integrations/google-chat.md): Integrate your AI chatbot with Google Workspace - [Facebook Messenger integration](https://sitegpt.ai/docs/integrations/messenger.md): Connect your SiteGPT chatbot to Facebook Messenger - [Integrations overview](https://sitegpt.ai/docs/integrations/overview.md): Bring your chatbot to the channels and support tools your team already uses. - [Slack integration](https://sitegpt.ai/docs/integrations/slack.md): Add the SiteGPT app to Slack and get instant AI answers in channels, threads, and DMs - [Zendesk integration](https://sitegpt.ai/docs/integrations/zendesk.md): Install SiteGPT as a Zendesk AI agent with one-click OAuth: no API keys, no webhook setup - [Zendesk (Legacy) integration](https://sitegpt.ai/docs/integrations/zendesk-legacy.md): Legacy API-key-based Zendesk integration for existing installs; new customers should use the primary Zendesk integration instead - [Zoho SalesIQ integration](https://sitegpt.ai/docs/integrations/zoho.md): Add intelligent chat to your Zoho CRM - [Try SiteGPT live](https://sitegpt.ai/docs/introduction/live-demo.md): Talk to a real SiteGPT chatbot, trained on these docs, right on this page. - [Use cases](https://sitegpt.ai/docs/introduction/our-use-cases.md): Common ways teams use SiteGPT: support deflection, lead generation, internal knowledge, and more. - [What is SiteGPT](https://sitegpt.ai/docs/introduction/what-is-sitegpt.md): Train a chatbot on your own content. It answers your visitors, captures leads, and hands off to your team when needed. - [Plans and billing](https://sitegpt.ai/docs/navigating-your-account/billing.md): Understand SiteGPT plans and manage your subscription. - [Managing chatbots](https://sitegpt.ai/docs/navigating-your-account/chatbots.md): Your account home: every chatbot at a glance. - [Profile](https://sitegpt.ai/docs/navigating-your-account/profile.md): Your account identity: name, avatar, and sign-in email. - [Security and compliance](https://sitegpt.ai/docs/navigating-your-account/security.md): How SiteGPT protects your data, and the certifications behind it. - [Usage](https://sitegpt.ai/docs/navigating-your-account/usage.md): Track messages, pages, chatbots, and team seats against your plan. - [Chat history](https://sitegpt.ai/docs/navigating-your-chatbot/chat-history.md): Read every conversation, reply as a human, and turn missed answers into training. - [Chatbot dashboard](https://sitegpt.ai/docs/navigating-your-chatbot/chatbot-dashboard.md): Your chatbot home: readiness, key numbers, and a live preview to test with. - [Delete your chatbot](https://sitegpt.ai/docs/navigating-your-chatbot/delete-chatbot.md): Permanently remove a chatbot, or find a gentler alternative. - [Managing leads](https://sitegpt.ai/docs/navigating-your-chatbot/leads.md): Review, organize, and follow up on the contacts your chatbot captures. - [Install on your website](https://sitegpt.ai/docs/setup/integrating-with-your-website.md): Put your chatbot on any site with one script tag, an inline embed, an iframe, or the WordPress plugin. - [Quickstart](https://sitegpt.ai/docs/setup/quickstart.md): Create your first chatbot, train it on your website, and put it live in about ten minutes. ## OpenAPI Specs - [openapi-v2](https://sitegpt.ai/docs/openapi-v2.json) - [openapi](https://sitegpt.ai/docs/openapi.yaml)