Access the Admin Portal
Access your admin portal athttps://<your-org>.admin.credibledata.com
(replace your-org
with your organization name).
Overview
The Portal is organized by a three-level hierarchy:- Organizations → Projects → Packages
Organizations
Selecting an organization displays its projects and packages. For example, the demo organization contains a project calledmalloy-samples
and several packages like auto-recalls
and bq-ga-sessions
.
Admin Controls
The controls are in the side menu in the bottom left corner. The controls include:- Create Projects
- Manage Members
- View Admin Analytics (in development)
User Management
Click Manage Members in the menu to view existing users and their roles or invite new ones.- Admins have full access to all projects and packages.
- Modelers can list projects and may have view/edit rights based on permissions.
Admin Analytics (Coming Soon)
This feature will offer insights on:- Cost optimization
- Performance monitoring
- Security analysis
Projects
Selecting a project displays its packages and optionally a project-level README.Project-Level Controls
- Share Project
- Delete Project
- Manage Connections
Sharing Projects
You can share a project with others as:- Admins – can create/delete packages and connections.
- Modeleres – can create/delete packages and use connections — but can not view or update connection configurations.
Connection Management
Credible allows you to manage connections to various databases per project. Packages reference these connections by name. Supports:- Postgres
- BigQuery
- Snowflake
- MySQL
- Presto / Trino
Packages
Selecting a package displays its manifest, semantic model files, notebooks, README, and embedded databases.Package-Level Controls
- Share or Delete Package
- View and Manage Versions
Sharing Packages
Package-level permissions allow more granular access:- Editors – can modify contents
- Viewers – read-only access
Package Versioning
All packages are versioned by default. You can:- View version history
- Pin a version as the default (
latest
)
Exploring Package Contents
A typical Credible package includes:publisher.json
– manifest file with metadata and dependenciesREADME.md
– optional documentation- Malloy model files – define semantic structure
- Malloy notebooks – interactive reports and data stories
- Embedded databases – CSV/Parquet files loaded into DuckDB
Models
Model files open in the model UI and define reusable sources and extended sources (joins, measures, dimensions, views).- A source = table + semantic metadata
- Promotes modular, reusable logic
Notebooks
The notebook UI enables interactive data exploration through semantic models.- Each cell shows its query and result
- Designed to simplify complex queries and tell data stories
Next Steps
- Log into the Credible Admin Portal.
- Select the ‘malloy-samples’ project.
- Explore Packages, Notebooks, and Models.