FruxonDocs
ApiAgent slots

Binds a participant to a declared slot

Validates that the slot is declared on the agent's current revision and that the participant kind matches the slot's `RequiredKind`. Re-binding the same slot replaces the participant in place — the binding id is preserved across replacements so any downstream audit references stay correlatable.

PUT
/v1/tenants/{tenant}/agents/{agent}/slots/{slot}/binding/{binding}
AuthorizationBearer <token>

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

In: header

Path Parameters

agent*string

The agent identifier.

slot*string

The declared slot name.

binding*string

Participant id to bind.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X PUT "https://api.fruxon.com/v1/tenants/string/agents/string/slots/string/binding/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "00000000-0000-0000-0000-000000000000",
  "tenantId": "00000000-0000-0000-0000-000000000000",
  "agentId": "string",
  "slotName": "string",
  "participantId": "00000000-0000-0000-0000-000000000000",
  "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
}