Skip to main content
GET
/
public-api
/
shared-agents
/
{share_token}
Get a publicly shared agent
curl --request GET \
  --url https://api.neoagent.io/public-api/shared-agents/{share_token}
{
  "data": {
    "action_schemas": [
      {}
    ],
    "agent": {},
    "callback_change_options": [
      "<string>"
    ],
    "integration_schemas": {},
    "integration_statuses": {},
    "ticket_schema": {},
    "time_entry_schema": {},
    "tool_schemas": [
      {}
    ],
    "view": {
      "attribution": {
        "label": "<string>",
        "logo_url": "<string>"
      },
      "capabilities": {
        "sandbox_enabled": true,
        "subagents_enabled": true
      },
      "created_at": "2023-11-07T05:31:56Z",
      "filter_values_masked": true,
      "filters": {},
      "integrations": [
        {
          "groups": [
            {
              "access": "<string>",
              "name": "<string>",
              "requires_approval": true
            }
          ],
          "key": "<string>",
          "name": "<string>"
        }
      ],
      "name": "<string>",
      "pipeline": [
        {
          "action_type": "<string>",
          "label": "<string>",
          "settings": {}
        }
      ],
      "prompt": "<string>",
      "schedule": {},
      "tools": [
        {
          "group": "<string>",
          "settings": {},
          "title": "<string>",
          "type": "<string>"
        }
      ],
      "triggers": {}
    }
  },
  "meta": {
    "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "timings_ms": {},
    "pagination": {
      "has_more": true,
      "next_cursor": "<string>"
    },
    "warnings": [
      "<string>"
    ]
  }
}

Path Parameters

share_token
string
required

Response

Success.

data
SharedAgentSnapshot · object
required

Self-contained bundle the public page renders from — no separate schema endpoints, no stored state, built fresh at view time. view drives the header + the Overview/Triggers panels; agent + the (generic) schema catalogs + the connected map feed the REAL builder components (Custom Instructions + AvailableToolsPanel) on the Tools & Settings tab.

meta
object
required