Agent Deployments

Agent Deployments

1.0.0OAS 3.0

The system of record for every deployed AI agent - copilots, autonomous
agents, workflow agents and RAG assistants. Agent deployments are the
foundation for catalog entries, access requests and cost estimation.

The inventory can be populated and exported via a standard agent-inventory
feed, so existing CMDB and MLOps tooling connects without an extra
integration step.

API Base URL
  • Server 1:https://api.nexora.example/v1

    Production

  • Server 2:https://sandbox.api.nexora.example/v1

    Sandbox

Security
apiKey (apiKey)

Every call carries an API key in the apikey header. You generate the
key in the Nexora AI portal under “My Apps”; it’s shown exactly once.

Each key has the scopes it’s allowed to use attached to it. If one is
missing, the API responds with 403 and code: "scope_missing"; the
missing scope is in details[].field.

Additional Information
Contact API Support - Nexora AI (api-support@nexora.example)

For demonstration purposes only License

Agents

List agent deployments

get

Query Parameters

statusstring

Allowed values:draftactivepauseddeprecatedretiredarchived

Example:active

categorystring

Allowed values:copilotautonomous-agentworkflow-agentrag-assistantvoice-agent

Example:copilot

business_unitstring

Filter by owning business unit.

Example:Platform Engineering

limitinteger

Default:25

>= 1<= 100

cursorstring

Response

application/json

Results list

dataarray
Show Child Parameters
pageobject

Cursor-based pagination.

Show Child Parameters
get/agents
 
application/json