FruxonDocs
Agent NetworkGraph

Creates a new, non-default Network.

Creates an operator-facing Network (never the Default). The new Network starts empty; assign agents as members to it. Applies immediately.

POST
/v1/tenants/{tenant}/networks
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

tenant*string

The tenant identifier

name?string|null

Operator-facing display name (e.g. "Customer Support", "Finance Operations").

[key: string]?never

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/networks" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "00000000-0000-0000-0000-000000000000",
  "name": "string",
  "isDefault": false,
  "createdAt": 0,
  "modifiedAt": 0,
  "members": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "networkId": "00000000-0000-0000-0000-000000000000",
      "agentId": "string",
      "operationalStatus": "ACTIVE",
      "pinnedRelease": 0,
      "createdAt": 0,
      "modifiedAt": 0
    }
  ]
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty