Skip to main content

Registry

Collabase Registry The Registry is Collabase’s flexible data modeling app. Use it to build a structured internal database for any kind of information your organization needs to track — customers, assets, vendors, products, configurations, contracts — without writing code or managing a database.

Core concepts

Schema Designer

A visual canvas to define Object Types, Attributes, and Relations. Think of it as your ER diagram.

Object Browser

A structured table view for browsing, creating, filtering, and managing the actual objects in a schema.

Settings & Visibility

Control access, enable API access, and configure schema metadata.

Relations

Typed connections between Object Types — one-to-many, many-to-many, with cardinality constraints.

Key concepts

Schema

A Schema is a self-contained data model. Each schema has its own Object Types, Attributes, and Relations. Schemas are space-scoped — they belong to one Space and are accessible to that Space’s members.

Object Type

An Object Type defines a category of record — like a database table. Example Object Types: Customer, Server, Contract, Product.

Attribute

An Attribute is a field on an Object Type. Supported attribute types:
TypeDescription
textSingle-line or multi-line text
numberInteger or decimal
dateDate picker
booleanTrue/false toggle
selectSingle or multi-select from a defined list
relationLink to an object in another Object Type
urlValidated URL
emailValidated email address

Object

An Object is a record — a single instance of an Object Type. Like a database row.

Relation

A Relation defines a typed connection between two Object Types. Example: Customer has many Contracts. Relations are navigable from both sides.

Use cases

Use caseSchemas to build
Customer databaseCustomer, Contact, Contract
IT asset managementServer, Software, License, Owner
Vendor managementVendor, Contract, Product, Invoice
Product catalogProduct, Category, SKU, Attribute

Automation integration

Registry events trigger Automations:
TriggerDescription
collabase.registry.objectCreatedA new registry object is created
collabase.registry.objectUpdatedA registry object’s fields are changed
And Automation can write back to the Registry:
ActionDescription
Create Registry ObjectCreate a new object in any schema
Update Registry ObjectUpdate an object’s fields
Search Registry ObjectsFind objects by keyword