absuite-system

Manages cross-tenant admin tasks for Alliance Business Suite via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually administering the Alliance Business Suite across tenants, users, and system settings is time-consuming and prone to error when using the UI or ad-hoc requests. This Skill eliminates that friction by providing direct, documented access to all cross-tenant system administration operations via the REST API.

Core Features & Use Cases

  • Cross-tenant admin operations: Manage tenants, users, and their associated data across the entire ABS instance without per-tenant scoping limitations.
  • Scoped configuration management: Create, update, and delete system, tenant, user, and contact-level options, including atomic JSON Patch updates for partial changes.
  • Licensing and portal administration: Validate, redeem, and generate license keys, plus manage system portals, business domains, and system-wide email dispatch.
  • Use Case: A system administrator can use this Skill to provision a new tenant, assign a custom web portal, configure system options, and apply pending database migrations in a single workflow, reducing manual admin time by hours.

Quick Start

Use the absuite-system skill to list all tenants registered on your ABS instance and retrieve their full contact and configuration details.

Frequently Asked Questions about absuite-system

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

FAQPage Schema
How do I manage Alliance Business Suite tenants via REST API?

You can manage Alliance Business Suite tenants via REST API by performing cross-tenant system administration operations, including tenant lifecycle management and retrieving full configuration details.

Can I update tenant configuration options without replacing the entire object?

Yes, you can update tenant configuration options without full object replacement by applying atomic JSON Patch updates for partial resource modifications across system, tenant, user, and contact-level options.

What's the best way to automate ABS licensing operations through API calls?

Automating ABS licensing operations through API calls is best handled by executing REST API endpoints to validate, redeem, and generate license keys directly within your administrative workflow.

Do I need an admin-level bearer token to administer Alliance Business Suite systems?

Yes, you need an admin-level bearer token for authentication to administer Alliance Business Suite systems, enabling cross-tenant operations, portal management, and database migration execution.

How does cross-tenant system administration work for the Alliance Business Suite?

Cross-tenant system administration works by using REST API calls to manage tenants, users, and associated data across the entire ABS instance without per-tenant scoping limitations.

Can I execute pending database migrations through the Alliance Business Suite REST API?

Yes, you can execute pending database migrations through the Alliance Business Suite REST API as part of a single administrative workflow alongside tenant provisioning and portal configuration.