verify_jurisdiction
Verify that an AI agent is authorized to operate in a specific H3 territorial cell. Checks the GNS-AIP delegation certificate: signature validity, temporal bounds, H3 cell authorization, and facet authorization. Returns a structured result indicating whether the agent may proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facet | No | Facet to check (e.g. "energy@italy-geiant") | |
| h3_cell | Yes | H3 cell index representing the operation territory | |
| agent_pk | No | Agent Ed25519 public key (64 hex chars) |