FruxonDocs
Agent NetworkGraph

Grants a participant access to the Network.

The participant must exist and be a Person or Group; an AI agent is a member/peer and yields `400 Bad Request`. Idempotent: re-granting an existing participant re-applies its relationship and §17.8 policy and re-activates a revoked grant. Applies immediately.

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

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

In: header

Path Parameters

network*string

The owning Network id.

Formatuuid
tenant*string

The tenant identifier

The participant to grant plus relationship and per-customer policy.

participantId?string

The Fruxon.Model.Participants.Participant to grant access to (a Person or Group).

Formatuuid
relationshipKey?string

In what capacity the participant may interact — served customer (default), observer, or advisor.

Value in"UNSPECIFIED" | "SERVED" | "OBSERVER" | "ADVISOR"
agentMode?string

§17.8 per-customer agent switch: ON answers normally, OFF_HUMAN_ONLY disables the agent for this participant while leaving the human path untouched. Defaults ON.

Value in"UNSPECIFIED" | "ON" | "OFF_HUMAN_ONLY"
[key: string]?never

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/participants" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "00000000-0000-0000-0000-000000000000",
  "networkId": "00000000-0000-0000-0000-000000000000",
  "participantId": "00000000-0000-0000-0000-000000000000",
  "relationshipKey": "SERVED",
  "status": "ACTIVE",
  "source": "MANUAL",
  "agentMode": "ON",
  "escalationOverride": {
    "tiers": [
      {
        "operatorParticipantIds": [],
        "strategy": "UNSPECIFIED"
      }
    ],
    "mode": "PREFERRED",
    "allOperatorParticipantIds": []
  },
  "createdAt": 0,
  "modifiedAt": 0
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}