How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nexla Toolsets API

The toolsets API from Nexla — 19 operation(s) for toolsets.

Nexla Toolsets API is one of 72 APIs that Nexla publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include ToolSets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 26 operations across 19 paths, and defines 12 schemas. It is described by OpenAPI 3.2.0, at version v0.2.3.3-combined.

Requests are made against the base URL https://dataops.nexla.io/nexla-api.

26 operations 19 paths 12 schemas 2 DELETE8 GET2 PATCH14 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v0.2.3.3-combined
Base URL
https://dataops.nexla.io/nexla-api
Resource Areas
1

Paths & Operations 26

Across 19 paths, the API surfaces 26 operations — 2 DELETE, 8 GET, 2 PATCH, 14 POST. Each is listed below with its method, path, parameters, and response codes.

toolsets 26
POST
/v1/toolsets:from_nexsets
Create Toolset From Nexsets
create_toolset_from_nexsets_v1_toolsets_from_nexsets_post 9 params body → 200422
POST
/v1/toolsets
Create Toolset
create_toolset_v1_toolsets_post 9 params body → 200422
GET
/v1/toolsets
List Toolsets
list_toolsets_v1_toolsets_get 20 params → 200422
GET
/v1/toolsets/{tool_set_id}
Get Toolset
get_toolset_v1_toolsets__tool_set_id__get 10 params → 200422
PATCH
/v1/toolsets/{tool_set_id}
Update Toolset
update_toolset_v1_toolsets__tool_set_id__patch 10 params body → 200422
DELETE
/v1/toolsets/{tool_set_id}
Delete Toolset
delete_toolset_v1_toolsets__tool_set_id__delete 10 params → 200422
POST
/v1/toolsets/{tool_set_id}/tools
Add Tools To Toolset
add_tools_to_toolset_v1_toolsets__tool_set_id__tools_post 10 params body → 200422
DELETE
/v1/toolsets/{tool_set_id}/tools
Remove Tools From Toolset
remove_tools_from_toolset_v1_toolsets__tool_set_id__tools_delete 10 params body → 200422
GET
/v1/toolsets/{tool_set_id}/tools
List Toolset Tools
list_toolset_tools_v1_toolsets__tool_set_id__tools_get 10 params → 200422
POST
/v1/toolsets/{tool_set_id}:activate
Activate Toolset
activate_toolset_v1_toolsets__tool_set_id__activate_post 10 params → 200422
POST
/v1/toolsets/{tool_set_id}:activate_all
Activate Toolset And Exports
activate_toolset_and_exports_v1_toolsets__tool_set_id__activate_all_post 10 params → 200422
POST
/v1/toolsets/{tool_set_id}:pause
Pause Toolset
pause_toolset_v1_toolsets__tool_set_id__pause_post 10 params → 200422
POST
/v1/toolsets/{tool_set_id}:clone
Clone Toolset
clone_toolset_v1_toolsets__tool_set_id__clone_post 10 params body → 200422
POST
/v1/toolsets/{tool_set_id}:sync
Sync Toolset
sync_toolset_v1_toolsets__tool_set_id__sync_post 10 params → 200422
GET
/v1/toolsets/{tool_set_id}/changelogs
List Toolset Changelogs
list_toolset_changelogs_v1_toolsets__tool_set_id__changelogs_get 12 params → 200422
GET
/v1/exports
List All Exports
list_all_exports_v1_exports_get 16 params → 200422
GET
/v1/exports/{export_id}
Get Export By Id
get_export_by_id_v1_exports__export_id__get 10 params → 200422
POST
/v1/toolsets/{tool_set_id}/exports
Create Export
create_export_v1_toolsets__tool_set_id__exports_post 10 params body → 200422
GET
/v1/toolsets/{tool_set_id}/exports
List Exports
list_exports_v1_toolsets__tool_set_id__exports_get 13 params → 200422
GET
/v1/toolsets/{tool_set_id}/exports/{export_id}
Get Export
get_export_v1_toolsets__tool_set_id__exports__export_id__get 11 params → 200422
PATCH
/v1/toolsets/{tool_set_id}/exports/{export_id}
Update Export
update_export_v1_toolsets__tool_set_id__exports__export_id__patch 11 params body → 200422
POST
/v1/toolsets/{tool_set_id}/exports/{export_id}:refresh_cache
Refresh Export Cache
refresh_export_cache_v1_toolsets__tool_set_id__exports__export_id__refresh_cache_post 11 params → 200422
POST
/v1/toolsets/{tool_set_id}/exports/{export_id}:activate
Activate Export
activate_export_v1_toolsets__tool_set_id__exports__export_id__activate_post 11 params → 200422
POST
/v1/toolsets/{tool_set_id}/exports/{export_id}:pause
Pause Export
pause_export_v1_toolsets__tool_set_id__exports__export_id__pause_post 11 params → 200422
POST
/v1/toolsets/{tool_set_id}/exports/{export_id}:retire
Retire Export
retire_export_v1_toolsets__tool_set_id__exports__export_id__retire_post 11 params → 200422
POST
/v1/exports/{export_id}:refresh_cache
Refresh Export Cache Flat
refresh_export_cache_flat_v1_exports__export_id__refresh_cache_post 10 params → 200422

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are ToolSetCreateIn (9 properties), ExportCreateIn (6 properties), ToolSetUpdateIn (5 properties), ValidationError (5 properties). Each schema is shown below with its type and property counts.

ValidationError
object
5 properties 3 required
ToolSetUpdateIn
object
Input for updating a tool set.
5 properties
ToolsUpdateIn
object
Input for adding/removing tools from a toolset.
1 property 1 required
ExportEnvironment
string
Deployment environment for an export.
ToolSetFromNexsetsIn
object
4 properties 2 required
ToolSetCreateIn
object
Input for creating a tool set.
9 properties 1 required
HTTPValidationError
object
1 property
ToolSetCloneIn
object
Input for cloning a toolset.
2 properties 1 required
ExportUpdateIn
object
Input for updating an export.
4 properties
AccessScope
string
Who may invoke a toolset's tools. Unlike the other enums here this one is enforced: the MCP request gate reads it before resolving tools, and it is the first o…
ExportType
string
Type of export for a tool set.
ExportCreateIn
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nexla-toolsets-api-openapi.yml Raw ↑

Other APIs Nexla publishes across the network.

Nexla Access Control API
Nexla Approval Requests API
Nexla Async Tasks API
Nexla Audit Logs API
Nexla Bulk Evaluation API
Nexla Bulk Query API
Nexla Clear Dataset Cache API
Nexla Clear Token Cache API
Nexla Code API
Nexla Code Containers API
Nexla Credential Mappings API
Nexla Credentials API
Where this information came from

This is an independent, third-party profile of Nexla Toolsets API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.