Business NXT API

This is a guide for integrators that want to build integrations towards Business NXT.

GraphQL is a query and manipulation language for APIs as well as a runtime for fulfilling queries. Business NXT is providing a GraphQL server-side runtime to execute queries using a type system based on the data model.

Business NXT API exposes a data-driven schema for the core data model that allows you to query and manipulate data in Business NXT. The schema is based on the data model and is designed to be intuitive and easy to use. Any changes to the model are automatically reflected in the schema, so you can always query the latest version of the data model.

Business NXT supports data model extensions (DMEs) and the schema includes generic extensions for querying and mutating extension data.

Appart from the GraphQL API, you will also find here documentation for:

  • Webhooks that notify changes in table rows, enabling your app to retrieve updates via GraphQL.
  • AI, and particularly the Business NXT MCP server that lets AI assistants running in Model Context Protocol clients, such as Claude Code, Claude Desktop, Cursor or Codex, work directly with Business NXT data.
  • Apps that embed inside the Business NXT UI and run authenticated GraphQL, without ever handling a bearer token.
Tip

You can learn more about using Business NXT from the documentation. See Business NXT documentation.

Last modified July 10, 2026