Skip to main content

Natural-Language Agent

The NexaLayer NL Agent is a controlled natural-language operation surface. It parses user input into limited intents, maps them to capabilities, and calls explicit APIs.

Principles

  • execute supported resource operations only
  • require confirmation for sensitive actions
  • map Intent to Capability before calling an API
  • preserve result context for follow-ups like “pick the second one”
  • prefer entity-aware routing so an IP-specific question does not become a broad list query

Flow

Example

Use NL Agent for console workflows and assisted operations. For production scripts, call the REST API directly.