modelslab-account-management

Automate ModelsLab account signup, login, and token lifecycle management.

10|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/ModelsLab/skills --skill modelslab-account-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: modelslab-account-management
Source: https://github.com/ModelsLab/skills/tree/main/account-management
Command: npx skills add https://github.com/ModelsLab/skills --skill modelslab-account-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines programmatic access to ModelsLab accounts by handling signup, login, token management, profile updates, API key CRUD, and team member administration via the Agent Control Plane API.

Core Features & Use Cases

  • Account bootstrap and lifecycle: Sign up, authenticate, and manage tokens with rotation and revocation.
  • Profile and keys management: Update profile details, manage social links, and create/read/update/delete API keys for generation endpoints.
  • Team collaboration: Invite, manage, and remove team members, and switch between account contexts for multi-team workflows.
  • Use Case: Automate onboarding of new agents, seed environments with API keys, and enforce policy-compliant access control in CI/CD pipelines.

Quick Start

Sign up a new agent, log in to obtain a bearer token, and begin managing API keys and team members via scripted calls.

Frequently Asked Questions about modelslab-account-management

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

FAQPage Schema
How do I automate ModelsLab account provisioning and API key generation in a CI/CD pipeline?

ModelsLab team management supports inviting, removing, and managing team members programmatically. You can also switch between account contexts to handle multi-team workflows via the Agent Control Plane API using bearer tokens.

What does bearer token authentication mean for headless account management workflows?

Bearer token authentication allows automated services to access ModelsLab endpoints securely without manual login. You obtain a token after login, then use it to manage profiles, API keys, and teams across headless automation pipelines.

How do I rotate or revoke API keys for ModelsLab REST API endpoints?

You can rotate or revoke API keys by making programmatic calls to the api-keys endpoints. This API key lifecycle management allows you to enforce policy-compliant access control and update credentials for generation endpoints automatically.

Can I manage multiple ModelsLab accounts and switch team contexts programmatically?

ModelsLab account management handles the complete lifecycle including signup, login, token management, and profile updates. It provides endpoints for auth, me, api-keys, and teams to support end-to-end automated account provisioning.