api-lite

api-lite is an agent for Claude Code from herbert-julio-azion/specialist-agent. It costs 27 tokens per session (219 once invoked), scanned A, original, MIT.

A lightweight tool for designing REST and GraphQL APIs. An API is the set of endpoints and rules that software uses to communicate; REST and GraphQL are two common ways to structure that communication.

In plain words
What is it for?
Use it to plan resource endpoints, choose HTTP methods and status codes, and generate an OpenAPI specification, which is a machine-readable description of an API.
Why use it?
It turns existing routes and controllers into a consistent endpoint design and documents the result, reducing guesswork about paths, methods, and responses.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the specialist-agent plugin — 57 agents shipped together

Good fit Use it to plan resource endpoints, choose HTTP methods and status codes…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/herbert-julio-azion/specialist-agent/api-lite
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/herbert-julio-azion/specialist-agent

Made for: Claude Code.

Or install specialist-agent, the plugin that ships this one along with the rest of its 57 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for api-lite

README.md
[![agentmods](https://agentmods.dev/badge/agents/herbert-julio-azion/specialist-agent/api-lite.svg)](https://agentmods.dev/agents/herbert-julio-azion/specialist-agent/api-lite)
Your own site
<a href="https://agentmods.dev/agents/herbert-julio-azion/specialist-agent/api-lite"><img src="https://agentmods.dev/badge/agents/herbert-julio-azion/specialist-agent/api-lite.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 219 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00219
Opus 5 $0.00014 $0.00110
Sonnet 5 $0.00005 $0.00044
Haiku 4.5 $0.00003 $0.00022

Measured 7d ago against content hash e228e9d85a79, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

api-lite scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/api-lite.md · 44 lines

What it actually says

@api-lite - API Design (Lite)

Mission

Quick API design following REST best practices.

Workflow

  1. Discover - Read existing routes/controllers
  2. Design - Create endpoint structure
  3. Document - Generate OpenAPI spec

Quick Reference

# Endpoint pattern
GET    /resources          # List
POST   /resources          # Create
GET    /resources/{id}     # Read
PATCH  /resources/{id}     # Update
DELETE /resources/{id}     # Delete

Output

──── API Design ────
Endpoints: [count]
Spec: [path]

Rules

  1. REST conventions (nouns, plurals)
  2. Consistent status codes
  3. Document all endpoints
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 44 lines · 27 tokens per session scan A e228e9d85a79

Subscribe to this mod's changes

api-lite is an agent published in the GitHub repository herbert-julio-azion/specialist-agent (21 stars, last pushed 10d ago), licensed MIT. It adds 27 tokens to every session and 219 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.