Aller au contenu
Actionforge
Open
Discord Download
Docs
Open

Organizations

Ce contenu n’est pas encore disponible dans votre langue.

Organizations enable teams to collaborate on projects with shared agents, secrets, tokens, and security policies.

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

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.

Organization admins can enforce infrastructure policies that apply to all projects within the org. Navigate to Organization Settings → Security Policy to configure:

FieldDescription
Vault modeRequired mode: Internal, External (Orchestrator), or External (Agent)
Vault overridableWhether individual repos can use a different vault mode
Storage modeRequired mode: Internal, Orchestrator Proxy, Orchestrator Pre-sign, or Agent Direct
Storage overridableWhether individual repos can use a different storage mode

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.

Organizations have their own scoped resources, all managed from Organization Settings:

ResourceDescription
TokensOrg-owned API tokens (see Tokens)
Agent TokensTokens for agents serving org projects (see Agents)
SecretsOrg-level secrets inherited by all projects (see Secrets)
Vault ConfigOrg-level HashiCorp Vault configuration
Storage ConfigOrg-level S3 storage configuration

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.