Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Jinba Tools API

The Tools API from Jinba — 2 operation(s) for tools.

Jinba Tools API is one of 14 APIs that Jinba publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tools. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 5 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version v2.

Requests are made against a single base URL, https://api.jinba.dev.

5 operations 2 paths 4 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Base URL
https://toolbox-api.jinba.dev/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Jinba Tools API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Per-flow API key passed as a Bearer token. A key is automatically generated when a workflow is first published.

Paths & Operations 5

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

Tools 5
GET
/orgs/{orgId}/toolsets/{slug}/tools
List tools in a toolset
listTools 2 params → 200
POST
/orgs/{orgId}/toolsets/{slug}/tools
Create tool
createTool 2 params body → 201
GET
/orgs/{orgId}/toolsets/{slug}/tools/{toolSlug}
Get tool
getTool 3 params → 200404
PATCH
/orgs/{orgId}/toolsets/{slug}/tools/{toolSlug}
Update tool
updateTool 3 params body → 200
DELETE
/orgs/{orgId}/toolsets/{slug}/tools/{toolSlug}
Delete tool
deleteTool 3 params → 204

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Tool (11 properties), ToolCreate (6 properties), Problem (4 properties), LocalizedText (1 property). Each schema is shown below with its type and property counts.

LocalizedText
object
A localized text object keyed by locale, with a "default" key.
1 property
Tool
object
11 properties
ToolCreate
object
6 properties 3 required
Problem
object
RFC 9457 Problem Details.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jinba-tools-api-openapi.yml Raw ↑

Other APIs Jinba publishes across the network.

Jinba API Keys API
Jinba Credits API
Jinba Execution API
Jinba Explore API
Jinba Flows API
Jinba MCP API
Jinba Members API
Jinba Organizations API
Jinba Public API
Jinba Runs API
Jinba ToolSets API
Jinba Versions API