Ninox

Ninox is a low-code platform that enables users to create custom database applications tailored to their specific needs.

4 actions Integration catalog
Request access
Connect Ninox once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Delete RecordNINOX_DELETE_RECORD
Tool to delete a record from a specified table. Use after confirming workspace, database, table, and record IDs.
Get DatabasesNINOX_GET_DATABASES
Retrieves all databases within a specific Ninox team. This action lists all databases (workspaces) that belong to a given team in Ninox. Each database contains tables, fields, and records for organizing data. Use this action when you need to: - List all available databases in a team - Find a specific database by name - Get database IDs for further operations Note: You must have a valid team_id. Use the GET /teams endpoint to retrieve team IDs first.
Get TeamNINOX_GET_TEAM
Retrieves data from a single team (workspace) by its ID. Use when you need to get workspace details including the workspace ID and name.
List TeamsNINOX_LIST_TEAMS
Retrieves all workspaces (teams) accessible to the authenticated user. This action lists all Ninox teams (workspaces) that the user has access to. Each team contains databases, which in turn contain tables and records. Use this action when you need to: - List all available workspaces - Find a specific workspace by name - Get workspace IDs for further operations (databases, tables, records) Note: The team_id from this response is required for most other Ninox API operations.