Model providers
Engines and conversations call models from these three providers:
The configured model decides the provider for each call. No other model provider is used, and neither the portal nor any browser code calls a model provider directly.
What is sent. A model call carries the run input (or conversation content), any attachments, and the engine’s versioned instructions and output schema. The field-by-field list per provider is on Data use and subprocessors.
Storage at the provider. Every OpenAI call is sent with
store: false, which asks OpenAI not to store the request for later retrieval. No equivalent flag is sent to Anthropic or to Gemini.
Processors. Nexio keeps a declared list of the external processors the platform sends data to. The list has eight processors: Google Geocoding, FEMA National Flood Hazard Layer, HazardHub, OpenAI, Anthropic, Gemini, your webhook receiver, and the authorized recipient of a defensibility packet. Data use and subprocessors is generated from that list and shows each field, its purpose and its classification.
Credentials and secrets
Webhook endpoints must use
https. Connections to object storage use TLS by default.
Tenancy
Each customer is an organization. The platform takes the organization from the credential on the request (on the inbound event route, from the ingest source), not from the request body. Reads and writes are scoped to that organization, and automated tests check the data stores for cross-organization access. A capability-scoped key is further bound to one environment, a list of engines, and a list of capabilities; a key bound to no engines can run none. See Authentication and access.Audit logs
Hosting
The platform runs in a single region.
Retention
Monitoring and incidents
Nexio measures API success rate, run success, webhook delivery success and the uptime of the health endpoint continuously, against internal objectives. For how an incident looks from your side and how to reach Nexio, see Operations. Security questions and incident reports go to support@usenexio.com.Data use and subprocessors
Every field sent to each processor, with its purpose and classification.
Operations
Health, deploys, and how to escalate.