Promptwatch Logo

GPT-Actions

GPT-Actions identifies requests made when a GPT connects to an external HTTP API.
GPT-Actions
AI AssistantUser InitiatedAI (No Training)

What is GPT-Actions?

GPT-Actions identifies requests made when a GPT connects to an external HTTP API. A GPT builder supplies an OpenAPI schema describing the available endpoints and parameters, and ChatGPT chooses an operation when a user's request calls for it. This is an API integration, not a crawler building a web index.

The request can read current information or ask the external service to perform an operation. Its method, path, and parameters come from the action schema. OpenAI supports unauthenticated actions, API keys, and per-user OAuth, so two GPT-Actions requests may have very different permissions even when they carry the same user-agent token.

Data returned by the endpoint can be used in the user's current ChatGPT interaction. That creates a direct, query-time path from an API to an answer or completed task, but it does not make the endpoint generally discoverable in AI search. A request normally reflects a configured GPT and an active user instruction rather than automated exploration of adjacent URLs.

The entry is explicitly categorized as AI with no training. GPT-Actions traffic is therefore separate from GPTBot, which OpenAI documents for web content that may help train its models. Seeing this token in a log is not evidence that the response entered a training dataset.

GPT-Actions is the stable token recorded for robots.txt, and Cloudflare's bot directory says it respects those rules. The token remains self-reported and can be copied by another client. API authentication, authorization, request validation, and an audit trail provide stronger evidence than the User-Agent header.

OpenAI's production notes for GPT Actions also shape request behavior. They document a 45-second timeout, text-only request and response payloads below 100,000 characters, and no support for arbitrary custom headers. Endpoint owners should design for those limits rather than treating the caller like a full browser.

Relevant for AI search

Is GPT-Actions relevant for AI search?

Yes. GPT-Actions collects pages for an AI product, so what it can crawl influences how AI systems describe your brand.

GPT-Actions crawls and indexes pages so the AI search or assistant behind it can retrieve them at answer time. A page it has never fetched cannot be quoted, summarized, or linked in that product's answers, so most sites keep it allowed to stay citable. Blocking it removes your pages from that AI surface and hands those citations to competitors.

How to handle GPT-Actions

Allow GPT-Actions only on endpoints you deliberately expose to a GPT. Require the same authentication and authorization you would require from any other API client, and keep mutating operations narrow enough that a user can understand what the action will do.

The recorded token supports a specific robots.txt rule. To ask GPT-Actions not to access any path, add:

User-agent: GPT-Actions
Disallow: /

the directory records robots.txt compliance as true, but an API should not rely on that file for access control. Revoke credentials or deny the route at the gateway when access must stop. A spoofed client can send the same token and ignore the rule.

For an intentional integration, log the selected operation, authenticated principal, response status, and any confirmation associated with a consequential action. Avoid placing secrets in responses because returned text can be shown in the conversation.

Examples

  • A travel GPT calls a partner's availability endpoint after a user asks for current options, then summarizes the live response in that conversation.
  • A project-management GPT sends a write request only after the signed-in user confirms the task that will be created.
  • An API owner retires an old action by revoking its credential and denying the route, rather than expecting a robots.txt line to protect the endpoint.

Frequently asked questions about GPT-Actions

Learn about AI visibility monitoring and how Promptwatch helps your brand succeed in AI search.

GPT-Actions is associated with OpenAI's ChatGPT action system, although the bot object's operator field is blank. The external API itself is run by the GPT builder or service provider.

Be the brand AI recommends

Monitor your brand's visibility across ChatGPT, Claude, Perplexity, and Gemini. Get actionable insights and create content that gets cited by AI search engines.

Promptwatch Dashboard