Organizations
このコンテンツはまだ日本語訳がありません。
Organizations enable teams to collaborate on projects with shared agents, secrets, tokens, and security policies.
🏢 Creating an Organization
Section titled “🏢 Creating an Organization”From the setup wizard or from Settings → Organizations, click Create Organization. Organization names must be:
- Lowercase letters, numbers, and hyphens only
- At most 39 characters
- Start with a letter or number
📂 Namespaces
Section titled “📂 Namespaces”Every user has a personal namespace and can belong to multiple organizations. The namespace selector in the UI lets you switch between your personal workspace and your organizations. Projects, secrets, tokens, and agents are all scoped to a namespace.
🛡️ Security Policies
Section titled “🛡️ Security Policies”Organization admins can enforce infrastructure policies that apply to all projects within the org. Navigate to Organization Settings → Security Policy to configure:
| Field | Description |
|---|---|
| Vault mode | Required mode: Internal, External (Orchestrator), or External (Agent) |
| Vault overridable | Whether individual repos can use a different vault mode |
| Storage mode | Required mode: Internal, Orchestrator Proxy, Orchestrator Pre-sign, or Agent Direct |
| Storage overridable | Whether individual repos can use a different storage mode |
Repository Overrides
Section titled “Repository Overrides”If a policy field is marked as overridable, repository admins can set a different mode from Project Settings → Policy. When overridable is disabled, the org policy is enforced and the option is locked in the project settings UI.
🧩 Organization Resources
Section titled “🧩 Organization Resources”Organizations have their own scoped resources, all managed from Organization Settings:
| Resource | Description |
|---|---|
| Tokens | Org-owned API tokens (see Tokens) |
| Agent Tokens | Tokens for agents serving org projects (see Agents) |
| Secrets | Org-level secrets inherited by all projects (see Secrets) |
| Vault Config | Org-level HashiCorp Vault configuration |
| Storage Config | Org-level S3 storage configuration |
🗑️ Deleting an Organization
Section titled “🗑️ Deleting an Organization”Navigate to Organization Settings and click Delete Organization.
Deleting an organization removes all associated projects, secrets, tokens, and agent registrations. This action cannot be undone.
For programmatic organization management, see REST API.