https://api.usenexio.com. Signing in to the portal does not grant API access: your application always calls the API with an API key (see Authentication and access).
What each person sees depends on their role. The tables below name the permission each action needs; Team and roles lists which role holds which permission.
The sidebar has two parts: the main areas (Overview, Assistant, Engines, Runs, Conversations, Review, Metrics, and a link to these docs) and Settings (Account, Environments, API keys, Webhooks, Team). An item that needs a permission shows only to people who hold it. Some pages are operated by Nexio; see What Nexio operates for you.
Overview
The first page after sign-in. It summarizes the last seven days.Engines
An engine is a configured model pipeline that turns an input into a structured output (see Engines). The Engines page lists your engines, filters by group, and can show archived engines. Inside an engine, the sidebar groups its pages as Overview, Build, Use, Improve and History.
The safe subset of configuration exists for two engine types. On a Comparison engine it is the scoring dimensions, the weight profiles, the default bucket, built-in scorer parameters and data source. On an Evaluate engine it is the analysis dimensions, overlays and data source labels. Every other setting, including prompts, schemas, redaction settings and enrichment sources, and every change to other engine types, needs
engines:manage. A user with only the safe permission who tries to change one gets 403 “Forbidden: safe-config only”.
Publishing a draft from the portal is done by Nexio today. Your integration can publish a new version itself with an organization API key through
POST /api/v1/engines/{engine_slug}/versions. Every publish, from either path, passes the same evaluation gate. See Versions and releases and Evaluation.Runs
A run is one execution of an engine on one input (see Runs). The Runs page lists runs for the environment chosen in the environment picker at the bottom of the sidebar, with the columns Run, Engine, Environment, Status, Duration and Created. It pages with a cursor. Opening it needsruns:read.
When a run has output, the run detail page has an Export output button that downloads the output your application receives. The page has these tabs:
runs:read lets a user open any run in the organization. A reviewer without runs:read can open only the runs assigned to them through an open review item. Personal data in test runs is masked unless the user holds pii:reveal:test; personal data in live runs stays masked in the portal for customer roles.
Operated by Nexio. Nexio sends runs to the review queue, one at a time or in bulk.
Conversations
A conversation instance is a configured assistant your application talks to over the API (see Conversations). The Conversations page lists your instances and lets you monitor every conversation in the organization. Transcripts open read-only.
Operated by Nexio. Nexio triages conversation feedback.
The sidebar’s Assistant item opens a chat assistant at
/assistant. Starting it needs engines:read, and sending a message needs runs:write.
Review
Review is where people check results and record what they found (see Review). It needsreview:use.
On each item you annotate the run, mark it done with a disposition, snooze it, or reopen it.
Operated by Nexio. Putting runs into review, assigning items to reviewers, bulk actions and deleting items need
review:moderate. Extraction review, where a person verifies facts read from your documents, is also done by Nexio in the connection workspace (see Review).
Metrics
Metrics shows run volume and quality over a time range. It needsruns:read.
Pick a preset from today to 90 days, or a custom range. The portal remembers the range between visits.
Settings
The API keys page issues organization API keys only. Capability-scoped keys (
nxsk_v1_...) are issued by Nexio on request; see Authentication and access. For environments, see Environments. For webhooks, see Webhooks.
What Nexio operates for you
Some pages are operated by Nexio. You supply credentials and scope; Nexio configures, validates and monitors.Team and roles
Which role to give each person on your team.
Authentication and access
Issue a key and make your first authenticated call.