Submit Your Brand

Register your MRBS-compliant brand identity in the BrandCodex public registry

Import from Git

Clone an existing MRBS toolbook repository from GitHub

Create Manually

Fill in brand details and generate MRBS structure

Import MRBS Toolbook from Git

Paste a public Git repository URL that follows the MRBS toolbook structure

Public HTTPS URL. GitHub, GitLab, or Bitbucket.
Try: https://github.com/Veritrust-VC/Veritrust-brand-MRBS-toolbook
Lowercase, hyphens ok, 3–100 chars. Becomes your permanent URL.
Profile: brandcodex.org/brand/your-brand
MCP: brandcodex.org/brand/your-brand/mcp
API: brandcodex.org/api/v1/brands/your-brand

Expected Repository Structure (MRBS Toolbook)

your-brand-MRBS-toolbook/
├── brand.manifest.json        ← Required entry point
├── visual/
│   ├── colors.tokens.json
│   ├── typography.tokens.json
│   ├── spacing.tokens.json
│   └── effects.tokens.json
├── identity/
│   ├── brand-values.yaml
│   ├── voice-tone.yaml
│   └── naming.yaml
├── rules/
│   ├── constraints.yaml
│   ├── accessibility.yaml
│   └── legal.yaml
├── assets/
│   └── logos/
│       ├── manifest.json
│       └── *.svg
└── examples/
    ├── correct/
    └── incorrect/