원클릭으로
bolta-workspace-config
View and update workspace-level configuration settings including Safe Mode, autonomy mode, and quotas
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
View and update workspace-level configuration settings including Safe Mode, autonomy mode, and quotas
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | bolta.workspace.config |
| version | 2.0.0 |
| description | View and update workspace-level configuration settings including Safe Mode, autonomy mode, and quotas |
| category | control |
| roles_allowed | ["Admin"] |
| required_scopes | ["workspace:read"] |
| agent_types | ["custom"] |
| safe_defaults | {"require_admin":true} |
| tools_required | [] |
| inputs_schema | {"type":"object","required":["workspace_id"],"properties":{"workspace_id":{"type":"string","description":"Workspace UUID"},"action":{"type":"string","enum":["view","update"],"description":"View or update config","default":"view"},"updates":{"type":"object","properties":{"safe_mode":{"type":"boolean"},"autonomy_mode":{"type":"string","enum":["assisted","managed","autopilot","enterprise"]},"quotas":{"type":"object"}}}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"workspace_id":{"type":"string"},"config":{"type":"object"},"updated_fields":{"type":"array","items":{"type":"string"}}}} |
| organization | bolta.ai |
| author | Bolta Team |
View and update workspace-level configuration settings to control safety guardrails, autonomy modes, and workspace policies.
View config:
{
"success": true,
"workspace_id": "uuid",
"config": {
"safe_mode": true,
"autonomy_mode": "managed",
"quotas": {
"daily_posts": 100,
"hourly_api_requests": 1000
},
"policies": {
"require_approval_for_schedule": true
}
}
}
Update config:
{
"success": true,
"workspace_id": "uuid",
"config": { ... },
"updated_fields": ["safe_mode", "autonomy_mode"]
}
{
"workspace_id": "uuid",
"action": "view"
}
Result: Receive current workspace configuration
{
"workspace_id": "uuid",
"action": "update",
"updates": {
"safe_mode": false
}
}
Result: Safe Mode disabled (requires Admin confirmation)
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