Access Point

Field reference for the Access Point panel settings and canvas elements: the inbound configuration of an Agent Surface.

The Access Point is the inbound listener node on an Agent Surface. It defines the URL callers use to reach the managed agent and controls routing at the surface entry point.

Every surface has exactly one Access Point. The Listen Address, Channel Prefix, and Custom Path panel fields together form the base URL callers use to reach the surface. The protocol is set at the surface level; see Protocol options.

Panel settings

FieldTypeRequiredDefaultDescription
NamestringNo“Access Point”Friendly display name shown in the dashboard (for example in monitoring slice pickers). Has no effect on routing.
Listen AddressdropdownYesGateway listener this Access Point binds to. Populated from the gateway’s configured inbound addresses.
Channel PrefixdropdownYesRoute namespace prefix. Populated from the gateway’s configured channel prefixes. Combined with Custom Path to form the full route.
Custom PathstringYesAuto-generatedPath segment appended to the Channel Prefix. Must not contain .. segments.
Channel RoutestringRead-onlyDerivedAssembled route displayed as the Access Point URL. Read-only banner.

A2A and AP2 surfaces only

FieldTypeRequiredDefaultDescription
Primary extension URIstringNoNonePrimary A2A extension URI used for dashboard display and metrics grouping.
Supported extensionsstring, comma-separatedNo[]A2A extension URIs advertised in the agent card.
Override Agent Card LocationtoggleNoOffWhen on, overrides the default agent card path.
Agent Card LocationstringNo.well-known/agent-card.jsonCustom agent card path relative to the managed agent base URL. Shown only when Override Agent Card Location is on.

Canvas elements

Drop elements on the Access Point → Managed Agent edge to add capabilities at the inbound pipeline stage, before the request reaches the managed agent.

ElementReferenceBehaviour at this position
PolicyOPA policies: Policy elementOPA policy evaluated on inbound requests before the target pipeline.
Rate LimitNetworking elements: Rate LimitInbound request cap applied at the surface entry point.
Caller ContextCaller Context referenceAuthentication method selection and per-method credential extraction configuration.
IdentityIdentity element referenceHow to derive the managed agent DID from the inbound request.
Trust CheckTrust elements referencePer-element TRQP verification on the caller leg. Results appear as input.trust_check_results.caller in OPA evaluation.
Extension ValidationProtocol extensions referenceSchema validation applied to inbound request payloads. A2A and AP2 surfaces only.
MetadataMetadata elements referenceHeader-to-metadata mapping at the access point boundary.