원클릭으로
bolta-team-create-agent-teammate
Create an agent identity (service account) inside a workspace and issue an API key with least privilege.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create an agent identity (service account) inside a workspace and issue an API key with least privilege.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Activate a paused job after preview and voice validation - the explicit trust moment where user says "yes, start posting"
Modify an existing agent's configuration including persona, model tier, enabled skills, and job settings
Create and onboard a new AI agent teammate from marketplace presets with conversational discovery and preview generation.
Store and retrieve information across job runs - how agents learn and improve over time
Handle @mention interactions where users ask agents for quick feedback on posts and drafts
Bolta Skills Registry - canonical index and orchestration layer for all Bolta skills, organized by plane
| name | bolta.team.create_agent_teammate |
| version | 1.0.0 |
| description | Create an agent identity (service account) inside a workspace and issue an API key with least privilege. |
| category | ops |
| roles_allowed | ["Owner","Admin"] |
| required_scopes | ["team:manage"] |
| tools_required | ["bolta.get_my_capabilities","bolta.create_agent_principal"] |
| inputs_schema | {"type":"object","required":["workspace_id","agent_name"],"properties":{"workspace_id":{"type":"string"},"agent_name":{"type":"string"},"role":{"type":"string","enum":["Creator","Viewer","Admin"],"default":"Creator"},"key_label":{"type":"string"}}} |
| outputs_schema | {"type":"object","properties":{"agent_id":{"type":"string"},"role":{"type":"string"},"api_key_preview":{"type":"string"},"allowed_actions":{"type":"array","items":{"type":"string"}}}} |
| organization | bolta.ai |
| author | Max Fritzhand |
team:manage (or equivalent).bolta.create_agent_principal({workspace_id, name: agent_name, role, key_label})Return created agent identity + capabilities summary.