bolta.team.create_agent_teammate

Create agent principals with assigned roles and optional API key labels in Bolta workspaces.

2|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/boltaai/bolta-skills --skill bolta-team-create-agent-teammate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bolta.team.create_agent_teammate
Source: https://github.com/boltaai/bolta-skills/tree/main/skills/control-plane/bolta.team.create_agent_teammate
Command: npx skills add https://github.com/boltaai/bolta-skills --skill bolta-team-create-agent-teammate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the secure creation of agent identities (service accounts) within your workspace, ensuring least privilege access and simplifying API key management.

Core Features & Use Cases

  • Agent Identity Creation: Programmatically generate new agent principals with specific roles (Creator, Viewer, Admin).
  • Least Privilege Access: Automatically assigns the default 'Creator' role, adhering to security best practices.
  • API Key Management: Issues a new API key with a specified label for easy identification.
  • Use Case: As a workspace administrator, you need to onboard a new AI assistant to manage social media content. Use this Skill to create a 'Creator' agent named 'SocialMediaBot' with a key labeled 'social-bot-v1'.

Quick Start

Create a new agent named 'content-writer' in workspace 'main-workspace' with the default role.

Frequently Asked Questions about bolta.team.create_agent_teammate

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

FAQPage Schema
How do I create an agent identity for a service account in my workspace?

To create an agent identity, specify the target workspace, assign a role like Creator or Admin, and provide an optional API key label. The system verifies your capabilities before generating the new agent principal.

Can I assign specific roles to an AI agent when managing workspace identities?

Yes, you can assign specific roles such as Creator, Viewer, or Admin to an AI agent. The system defaults to the Creator role to enforce least privilege access for new service accounts.

What is the best way to manage API keys for AI agents?

The best way to manage API keys for AI agents is to issue a labeled key during agent creation. This links the key directly to the agent principal for easy identification and secure access control.

Do I need administrator capabilities to create agent principals?

Yes, you need sufficient user capabilities within the specified workspace to create agent principals. The system verifies your permissions before proceeding with the agent creation process.

How does least privilege access work for workspace agent creation?

Least privilege access for workspace agent creation works by automatically assigning the default Creator role to new agents. This ensures the AI agent service accounts only have permissions necessary for specific tasks.

Are there limitations on creating multiple agent identities in a workspace?

The metadata does not specify limitations on the number of agent identities you can create in a workspace. You can programmatically generate multiple agents, such as a Creator or Viewer, as long as your capabilities are verified.