Skip to content

Backend API Reference ​

🔗 Access API Docs ​

The backend API reference is maintained in Apifox. Please visit the live documentation here:

Nexent API

Northbound Open API (/nb/v1) ​

Open interfaces for third-party systems, authenticated with Authorization: Bearer <access_key> (API Key), supporting multi-replica deployment (service port 5013):

EndpointDescription
/nb/v1/chat/runAgent conversation (POST, supports streaming; with /nb/v1/chat/stop/{conversation_id} and /nb/v1/chat/attachments/upload)
/nb/v1/knowledge/*Knowledge base query and management
/nb/v1/modelsModel list query
/nb/v1/generate_titleConversation title generation
/nb/v1/api-users/batchBatch API user management
/nb/a2a/{endpoint_id}/.well-known/agent-card.jsonA2A Agent Card discovery
/nb/a2a/{endpoint_id}/v1A2A JSON-RPC 2.0 (SendMessage / SendStreamingMessage / GetTask)

For internal management APIs (A2A, MCP, skills, evaluation, automation tasks, etc.), refer to the Apifox documentation above.