From huntress
Manages Huntress organizations — creates, lists, updates, and deletes orgs for MSP multi-tenant client structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/huntress:organizationsWhen to use
When managing Huntress organizations — creating, listing, updating, deleting organizations, and managing client org structure for MSP multi-tenancy. Use when: huntress organization, huntress org, organization management, create organization, delete organization, client management, or multi-tenant.
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Organizations in Huntress represent MSP client tenants. Each organization contains agents, incidents, and escalations scoped to that client. This skill covers full CRUD operations for organizations and MSP multi-tenant management patterns.
Organizations in Huntress represent MSP client tenants. Each organization contains agents, incidents, and escalations scoped to that client. This skill covers full CRUD operations for organizations and MSP multi-tenant management patterns.
Organizations are the primary tenant boundary in Huntress. Agents, incidents, escalations, and billing are all scoped to organizations.
Each organization has a unique key used during agent installation to associate endpoints with the correct client.
huntress_organizations_list
Parameters:
page_token — Pagination tokenExample response:
{
"organizations": [
{
"id": "org-456",
"name": "Acme Corporation",
"key": "acme_corp",
"agent_count": 150,
"created_at": "2024-01-15T10:00:00Z"
}
],
"next_page_token": "eyJwYWdlIjoyfQ=="
}
huntress_organizations_get
Parameters:
organization_id — The organization IDhuntress_organizations_create
Parameters:
name — Organization display namekey — Unique organization key (used in agent install)Example request:
{
"name": "New Client Inc",
"key": "new_client_inc"
}
huntress_organizations_update
Parameters:
organization_id — The organization IDname — Updated namehuntress_organizations_delete
Parameters:
organization_id — The organization to deleteWARNING: Deleting an organization removes all associated agents and data. This action is irreversible.
huntress_organizations_createhuntress_agents_list filtered by orghuntress_organizations_deletehuntress_organizations_listCause: Organization key already exists Solution: Use a unique key; check existing organizations first
Cause: Invalid organization ID Solution: List organizations to verify the correct ID
Cause: Organization still has agents reporting Solution: Uninstall agents before deleting the organization
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin huntressProvides patterns for the Huntress MCP API including authentication, pagination, rate limiting, and error handling. Activates when working with Huntress tools or API.
Manages IT Glue organizations (clients/companies) including creation, search, update, and documentation of types, statuses, parent/child relationships, PSA sync, and related resources.
Manages Blumira MSP multi-tenant operations: list accounts, query cross-account findings, per-account devices/users/keys, and resolve findings.