Skip to main content
GET
/
.well-known
/
sitegpt-agent.json
Get agent manifest
curl --request GET \
  --url https://sitegpt.ai/.well-known/sitegpt-agent.json
{
  "ok": true,
  "data": {
    "discovery": {
      "id": "discovery-id",
      "name": "Example discovery",
      "createdAt": "2026-05-13T00:00:00.000Z"
    }
  },
  "meta": {
    "requestId": "request-id"
  }
}

Documentation Index

Fetch the complete documentation index at: https://sitegpt.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successful SiteGPT API v2 response.

ok
boolean
required
data
object
required
meta
object
required