Preview. Confirm this workflow in your environment before using it in a
production publishing pipeline.
Before you start
- Install the current
atlanaiCLI and confirmatlanai versionsucceeds. - Use an Atlan account with Agent Registry enabled and permission to publish to a disposable workspace.
- Start with an approved disposable Skill directory that has
SKILL.mdat its root. This guide does not define a new bundle format.
Authenticate
Open the browser login flow, then confirm the resolved account:auth status reports the source and account without printing
the token.
For CI, containers, and cloud coding agents, provide a pre-provisioned API key
or bearer token through ATLANAI_TOKEN. It takes precedence over stored
credentials.
auth status proves that the CLI can resolve an identity and credential source.
It does not prove that the identity can publish to the workspace you intend to
use.
Select a disposable workspace
--workspace can
override it for one request.
Validate and preview the upload
Publish and verify
push in the last two commands. A successful
check shows the intended Skill in the selected workspace and its new version in
the version history.
Correct or clean up
Useatlanai skill rollback skill_01example --to <version> --dry-run before
restoring an earlier package. Rollback appends a new version; it does not
rewrite history. When the disposable check is complete, archive the sample
Skill with atlanai skill delete skill_01example and confirm the prompt only
after checking the ID.
Next, automate repository publishing or
capture coding-agent traces.