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.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The Network id to add the member to.
uuidThe tenant identifier
The agent to assign and an optional release pin.
The Agent-shaped agent to make a member. Rejected when not participant-eligible (M0 gate).
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").
int64Response 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
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Updates a membership's release pin, operational status, and/or owning Network (move).
Live controls: set or clear the per-Network release pin, drain/disable the membership, and/or re-home it to another Network (its id stays stable so conversations and WorkItems stay bound). Applies immediately.
Returns one Network capability instance by wire type (for example SUPPORT_CASES).
Looks up a single capability instance by its wire type. A type that has not been materialized for the Network yields `404 Not Found`; a malformed capability type yields `400 Bad Request`.