FruxonDocs
Agent NetworkGraph

Assigns an agent to a Network as a stable member, optionally pinning its release.

Adds the agent as a conversational member of the Network; a non-Agent-shaped agent is rejected once the member-eligibility invariant is enforced (M0). Optionally pins the member's release for this Network. Applies immediately.

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

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

In: header

Path Parameters

network*string

The Network id to add the member to.

Formatuuid
tenant*string

The tenant identifier

The agent to assign and an optional release pin.

agentId?string|null

The Agent-shaped agent to make a member. Rejected when not participant-eligible (M0 gate).

pinnedRelease?integer|null

Optional per-network release pin. null (the default) floats to the agent's current published release; a value pins this network to that exact release (§17 — "release 7 here, 5 there").

Formatint64
[key: string]?never

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/memberships" \  -H "Content-Type: application/json" \  -d '{}'
{
  "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
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}