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

StakPak Knowledge API

The Knowledge API from StakPak — 2 operation(s) for knowledge.

StakPak Knowledge API is one of 20 APIs that StakPak publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Knowledge. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 6 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 2 base URLs: https://apiv2.stakpak.dev, http://localhost:4000.

6 operations 2 paths 5 schemas 1 DELETE2 GET1 HEAD1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://apiv2.stakpak.dev
Authentication
HTTP Bearer, HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 3

StakPak Knowledge API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (Api_Key). It accepts HTTP bearer tokens (JWT) (Token). An API key is passed in the cookie as .idToken (cookie).

Paths & Operations 6

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

Knowledge 6
GET
/v1/knowledge
List / search knowledge files.
search_handler 2 params → 200400401403
GET
/v1/knowledge/{path}
Fetch the raw bytes of a knowledge file. When peek=true, the response is the short preview extracted at write time
read_handler 2 params → 200403404
PUT
/v1/knowledge/{path}
Create-or-overwrite a knowledge file.
overwrite_handler 1 param body → 200400403
POST
/v1/knowledge/{path}
Create a new knowledge file. Returns 409 Conflict if one already exists at the target path.
create_handler 1 param body → 201400403409
DELETE
/v1/knowledge/{path}
Delete a file or directory (recursive).
delete_handler 1 param → 204403404
HEAD
/v1/knowledge/{path}
Cheap existence check. Returns 200 with an ETag header if the file exists, or 404 if it does not. Does not transfer the body.
head_handler 1 param → 200403404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are KnowledgeFile (12 properties), ErrorBody (2 properties), ErrorResponse (1 property), SearchKnowledgeResponse (1 property). Each schema is shown below with its type and property counts.

ErrorBody
object
2 properties 2 required
Scope
KnowledgeFile
object
12 properties 7 required
SearchKnowledgeResponse
object
1 property 1 required
ErrorResponse
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

stakpak-knowledge-api-openapi.yml Raw ↑

Other APIs StakPak publishes across the network.

StakPak Account API
StakPak Account (V2) API
StakPak Agents API
StakPak Agents (V2) API
StakPak Billing (V2) API
StakPak Chat API
StakPak Commands API
StakPak Knowledge Registry API
StakPak MCP API
StakPak Memory API
StakPak Memory (V2) API
StakPak Organizations API
Where this information came from

This is an independent, third-party profile of StakPak Knowledge 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.