Lists every messaging entry point in the tenant, across all Applications, as claim rows.
One row per claimed external channel address, enriched with the owning Application's name and the backing doorway's (agent, integration config) coordinates. The connect wizard uses this to grey claimed addresses ("in use by ⟨app⟩ — move…"); the Integrations page uses it to render read-only "Used by ⟨app⟩" chips. Read-only: claims change only through connect / move / detach on the per-Network surface.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The tenant identifier
Query Parameters
The maximum number of items to return per page
int32int32Opaque cursor token from an external system (e.g. RAG API). When set, M:Fruxon.Common.Collections.PageToken.AsString returns this value directly instead of encoding Fruxon.Common.Collections.PageToken.Skip.
Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/entryPoints"{
"items": [
{
"entryPoint": {
"id": "00000000-0000-0000-0000-000000000000",
"networkId": "00000000-0000-0000-0000-000000000000",
"networkIntegrationBindingId": null,
"kind": "UNSPECIFIED",
"provider": "string",
"externalAddress": "string",
"displayName": "string",
"integrationConfigId": null,
"integrationConfigName": "string",
"agentMembershipId": null,
"routingPolicyKey": "string",
"sourceKind": "UNSPECIFIED",
"sourceId": null,
"operationalStatus": "UNSPECIFIED",
"createdAt": 0,
"modifiedAt": 0
},
"networkName": "string",
"networkIsDefault": false,
"agentId": "string",
"integrationConfigId": "00000000-0000-0000-0000-000000000000"
}
],
"nextPageToken": "string",
"totalCount": 0
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Lists the delivery channels an alert type can be sent on, with availability.
Returns the static catalog of channels compiled into the server via `AlertChannelRegistry`. Pair this with the alert-type list to render a per-channel preference matrix; channels with `available = false` are registered but not yet deliverable and should be shown disabled. The list is stable across requests; cache client-side.
Returns the read-only graph projection for Agent Network.
Composes existing Network primitives into nodes and typed edges for the future canvas. This endpoint does not mutate graph state; writes stay on participants, triggers, slot bindings, and channel materializers.