POST
/
v1
/
public-sharing
{
  "share_id": "<string>",
  "ai_agent_id": "<string>",
  "public_key": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Body

application/json
ai_agent_id
string
required

The unique identifier of the AI agent that you want to make publicly accessible. This agent will be available for web calls through a public URL.

Response

201
application/json
Successful Response
share_id
string
required

Unique identifier for this public share configuration. Use this ID to manage or revoke public access

ai_agent_id
string
required

The unique identifier of the AI agent that is publicly accessible through this share configuration

public_key
string
required

The public access key that anonymous users must provide to initiate web calls with this AI agent

created_at
string
required

Timestamp indicating when this public share configuration was created