Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / AI/ML / Pickaxe API
Pickaxe API logo

Pickaxe API

★ Only Publicly Available OpenAPI DocumentAI/MLLanguage Modelsbearer5 EndpointsREST

For Agents

Create and manage AI chatbot applications on Pickaxe Studio. Build prompt-based chatbots, upload knowledge documents, retrieve chat history, and configure bot behavior programmatically.

Use for: I need to create a new AI chatbot with specific instructions, I want to update the prompt for an existing Pickaxe chatbot, Retrieve the chat history for a deployed bot, Upload a knowledge document to improve bot responses

Not supported: Does not handle model training, fine-tuning, embedding generation, or direct LLM inference - use for managing pre-built AI chatbot applications and their knowledge bases only.

Jentic publishes the only available OpenAPI specification for Pickaxe API, keeping it validated and agent-ready. Pickaxe provides a platform for creating and managing AI-powered chatbot applications called Pickaxes. The API exposes 5 endpoints for creating new Pickaxe chatbots, updating their configuration, retrieving conversation history, and managing associated knowledge documents. Each Pickaxe is a prompt-based AI application that can be customized with specific instructions, personality, and knowledge base content.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Pickaxe API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Pickaxe API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fpickaxe.co%2Fpickaxe" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fpickaxe.co%2Fpickaxe" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Pickaxe API.

Create new AI chatbot applications with custom prompts, instructions, and personality settings

Update existing Pickaxe chatbot configurations including prompt text and response behavior

Retrieve full conversation history from deployed chatbots for analysis and quality monitoring

Upload and manage knowledge documents that inform chatbot responses

Configure chatbot parameters including response length, temperature, and fallback behavior

Use Cases

Patterns agents use Pickaxe API for, with concrete tasks.

★ Custom AI Chatbot Deployment

Create and deploy AI chatbot applications with tailored prompts, personality, and knowledge bases through the Pickaxe platform. Each Pickaxe functions as a standalone conversational AI app that can be embedded on websites or shared via link. The API enables programmatic creation and updates, allowing teams to manage fleets of specialized chatbots for different use cases such as customer support, product recommendations, or internal knowledge assistants.

Create a new Pickaxe chatbot via POST /studio/pickaxe/create with a customer support prompt and friendly personality settings

Knowledge Base Management

Upload and manage documents that serve as the knowledge foundation for Pickaxe chatbots. Documents are processed and indexed so the chatbot can reference them when answering user questions. This enables building domain-specific assistants that draw from company documentation, FAQ sheets, or product manuals without requiring model fine-tuning.

Upload a product FAQ document to Pickaxe ID ABC123 via POST /studio/pickaxe/{pickaxeId}/documents to expand the bot's knowledge base

Conversation Analytics

Retrieve and analyze chat history from deployed Pickaxe chatbots for quality monitoring, user intent analysis, and response improvement. The history endpoint returns full conversation threads including user messages and bot responses, enabling teams to identify common questions, detect response quality issues, and gather training data for prompt refinement.

Retrieve the full chat history via GET /studio/pickaxe/history, analyze the last 50 conversations for common user questions, and identify topics where the bot gave unsatisfactory responses

AI Agent Bot Fleet Management via Jentic

AI agents managing multiple chatbot deployments can create, update, and monitor Pickaxe bots through Jentic without managing bearer tokens directly. The agent searches for chatbot management operations, loads endpoint schemas, and executes bot creation or document uploads with Jentic handling authentication for the Pickaxe Studio platform.

Search Jentic for 'create an AI chatbot', load the Pickaxe create operation, and deploy a new support bot with instructions tailored to a specific product line

Key Endpoints

5 endpoints — jentic publishes the only available openapi specification for pickaxe api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/studio/pickaxe/create

Create a new AI chatbot application

PUT

/studio/pickaxe/{pickaxeId}

Update an existing Pickaxe chatbot configuration

GET

/studio/pickaxe/{pickaxeId}

Retrieve Pickaxe chatbot details and settings

GET

/studio/pickaxe/history

Retrieve conversation history across chatbots

POST

/studio/pickaxe/{pickaxeId}/documents

Upload knowledge documents to a Pickaxe

POST

/studio/pickaxe/create

Create a new AI chatbot application

PUT

/studio/pickaxe/{pickaxeId}

Update an existing Pickaxe chatbot configuration

GET

/studio/pickaxe/{pickaxeId}

Retrieve Pickaxe chatbot details and settings

GET

/studio/pickaxe/history

Retrieve conversation history across chatbots

POST

/studio/pickaxe/{pickaxeId}/documents

Upload knowledge documents to a Pickaxe

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the Pickaxe API by hand means setting up its bearer auth and coding each Studio call to create, update, and load documents into a chatbot yourself. Through Jentic you install once, import Pickaxe from the API Directory, store the bearer token once, and your agent calls it.

Permission scoping

Permission scoping

Pickaxe puts the pickaxe id in the URL path (/studio/pickaxe/{pickaxeId}), so a rule can pin your agent to one pickaxe: it can read that bot's configuration and add documents to its knowledge base. You choose the operations it may call, so creating new pickaxes or overwriting a bot's configuration is not included unless you add it.

Credential management

Credential isolation

Your Pickaxe bearer token is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'create an AI chatbot' or 'upload knowledge documents to a bot', and Jentic returns the matching Pickaxe operation with its input schema including prompt configuration and document upload fields so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

OpenAI API

→

Direct LLM access for custom AI applications beyond Pickaxe's managed platform

Use OpenAI directly when you need full control over model parameters, function calling, and response streaming. Use Pickaxe when you want managed chatbot deployment without building LLM infrastructure.

Complementary

Cohere API

→

RAG and embedding API for advanced knowledge retrieval beyond Pickaxe's document upload

Use Cohere when you need fine-grained control over RAG pipelines and embedding models. Use Pickaxe for simple document-to-chatbot workflows without managing vector infrastructure.

Alternative

Replicate API

→

Run open-source AI models via API with more model choice and customization

Choose Replicate when you need specific open-source models or fine-tuned variants. Choose Pickaxe when you want a managed chatbot platform without model selection complexity.

FAQs

Specific to using Pickaxe API through Jentic.

Why is there no official OpenAPI spec for Pickaxe API?

Pickaxe does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Pickaxe API via structured tooling. It is validated against the live API and kept up to date. get started with Jentic One, the self-hosted execution layer.

What authentication does the Pickaxe API use?

Pickaxe uses Bearer token authentication. The token is included in the Authorization header for all API requests. Through Jentic, Bearer tokens are stored in your Jentic One instance and injected into requests automatically.

Can I create a chatbot with a custom knowledge base?

Yes. First create the Pickaxe chatbot via POST /studio/pickaxe/create with your prompt instructions, then upload documents to it using POST /studio/pickaxe/{pickaxeId}/documents. The chatbot will reference these documents when answering user questions, providing responses grounded in your specific content.

How do I retrieve conversation logs from a deployed chatbot?

Use GET /studio/pickaxe/history to retrieve conversation logs across your chatbots. The endpoint returns full conversation threads including user messages and bot responses, which you can filter and analyze for quality monitoring or prompt improvement.

How do I deploy a new chatbot through Jentic?

Search Jentic for 'create an AI chatbot application' to find the POST /studio/pickaxe/create operation. Load the schema to see configuration options (prompt, personality, response settings), then execute with your desired chatbot parameters. Jentic handles bearer token authentication for the Pickaxe platform.

GET STARTED

Start building with Pickaxe API

Explore with Jentic
View OpenAPI Document