AI Skill Files
Paste any skill URL into your AI assistant (Claude, Cursor, Copilot, ChatGPT…) to instantly give it full knowledge of that BazaarLink topic. No setup required — the assistant reads the file and knows what to do.
- Copy the skill URL below
- Open your AI assistant
- Tell it: "Load this skill: <URL>"
- The assistant now knows everything about that topic
What Are Skills?
Skills are self-contained Markdown files that package the full context for a topic — authentication, endpoints, error handling — so an AI assistant can load one file and immediately understand how to work with it, without hunting through docs or trial and error.
BazaarLink hosts a growing library of these files, covering the API, organization management, and the Probe system. Each file is a public, static Markdown document — loading and using it happens entirely on your AI assistant's side. BazaarLink does not execute skills or call models on your behalf.
Skills vs. Models
Models are the raw intelligence behind every request — they generate text, code, and structured data when you call the API. Skills are reference material, not a separate execution layer: each file explains how to use BazaarLink (or one specific feature of it) so your AI assistant writes correct requests on the first try.
Loading a skill doesn't call any model or spend any credits — it just adds context to your assistant's conversation. Actual model calls still go through the normal API endpoints described under Core Endpoints, using whichever model you choose.
Skills
Complete guide to the BazaarLink API: authentication, model IDs, chat completions, embeddings, streaming, tool calling, routing, key management, and agent registration.
Programmatic management of organizations, teams, and members via Bearer management key. Covers all /api/v1/orgs/ endpoints with curl, Python, and TypeScript examples.
Complete guide to the Probe identity and capability API: detect model substitution, downgrades, or impersonation on any OpenAI-compatible endpoint, with the full probing workflow and API examples.