absuite-tenants

Manage tenant configuration and sub-resource operations via the Alliance Business Suite REST API.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-tenants
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: absuite-tenants
Source: https://github.com/FenixAlliance/ABS.Agents/tree/main/paperclip/skills/absuite-tenants
Command: npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-tenants

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing tenant configuration in the Alliance Business Suite requires navigating dozens of tenant-scoped sub-resources with inconsistent scoping rules, leading to manual API errors and wasted administrative time. This Skill eliminates that friction by providing complete, structured guidance for all tenant-related REST operations.

Core Features & Use Cases

  • Full Tenant CRUD: Create, read, update, delete, and atomically patch tenant profiles with support for all tenant metadata fields.
  • Sub-Resource Management: Handle all tenant-scoped resources including departments, enrollments, teams, invitations, options, taxonomy, and organizational hierarchy.
  • Use Case: A SaaS administrator can use this Skill to onboard a new enterprise tenant, assign user enrollments with admin permissions, configure department and team structures, and send user invitations without referencing external API documentation.

Quick Start

Use the absuite-tenants skill to retrieve the full extended profile for tenant ID 123e4567-e89b-12d3-a456-426614174000 after authenticating with your ABS bearer token.

Frequently Asked Questions about absuite-tenants

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage multi-tenant configuration for a SaaS deployment via REST API?

Multi-tenant configuration is managed through standard REST operations including GET, POST, PUT, PATCH, and DELETE on tenant-scoped resources. You can handle tenant onboarding, user enrollment, organizational hierarchy, and tenant-level configuration updates using a valid ABS bearer token for authentication.

What's the best way to onboard a new enterprise tenant and assign user enrollments using an API?

Tenant onboarding and user enrollment assignment are performed by sending POST requests to the appropriate tenant-scoped REST endpoints. After authenticating with your ABS bearer token, you can create the tenant profile, configure department structures, and assign admin permissions without external documentation.

Can I update tenant profiles and organizational hierarchy with a partial data payload?

Yes, tenant profiles and organizational hierarchy support atomic PATCH operations for partial updates. This allows you to modify specific tenant metadata fields or sub-resources without sending the entire object, adhering to per-endpoint tenant scoping rules.

What sub-resources can I manage when administering tenant configuration for the Alliance Business Suite?

Tenant administration covers sub-resources including departments, enrollments, teams, invitations, options, taxonomy, and organizational hierarchy. All of these tenant-scoped resources support full CRUD operations through the REST API after authenticating with a valid bearer token.

Do I need a bearer token to perform tenant management operations?

Yes, a valid ABS bearer token is required for authentication to perform any tenant configuration or sub-resource operations. The token enforces per-endpoint tenant scoping rules, ensuring administrative actions like enrollment management and invitations are properly authorized.