AI Agent Hub
Back to plugins
🧩

dsh-api-budget

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-api-budget

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-api-budget in DeepSeek Harness to install this plugin; the source code is available at https://github.com/uckkk/dsh-api-budget

About this plugin

Estimating API latency budgets is often left to gut feeling and ad-hoc spreadsheets. dsh-api-budget turns that process into a repeatable, parameter-driven calculation: pass in the relevant inputs and get back a structured, detailed budget breakdown you can audit and share.

At its core the plugin exposes a single api_budget tool that computes an interface latency budget precisely according to the parameters you supply and returns the full result. The entire implementation is pure Node with zero external network calls, keeping it lightweight and deterministic regardless of the environment.

It is a good fit for backend engineers and architects who need to validate latency budgets locally or in CI, and for platform teams that want to reason about interface performance constraints from the admin side without pulling in additional network dependencies.

Use Cases

  • Validate API latency budgets against SLA targets in CI pipelines
  • Quickly estimate latency budget ceilings for new endpoints locally
  • Generate auditable latency budget calculations for SLA documentation

Best For

  • Backend and platform engineers who need precise latency budgeting
  • Architects evaluating interface performance constraints from the admin side
  • Teams that want zero-network, fully local tooling