๐ค Namespaces
Every user has a namespace matching their username. When you publish a component, itโs scoped to your namespace:๐ Public Components
Public components are free to publish and use. Anyone can discover and import them into their environments. Browse available components at asterai.io/registry.๐ Private Components
Private components are only visible to you and your team. Use them for proprietary tools or internal integrations.๐ Publishing
Publish a component with the CLI:component.wit file.
Each version is immutableโonce published, it cannot be modified or
overwritten.
๐ฅ Using Components
Add a component to your environment through the console or by importing it in your componentโs WIT file:๐ท๏ธ Versioning
Components follow semantic versioning:- Major (1.x.x): Breaking changes
- Minor (x.1.x): New features, backwards compatible
- Patch (x.x.1): Bug fixes, backwards compatible