Getting Started
UniCtx is the AI knowledge Hub for dev teams and agents. This guide walks you through creating your workspace, connecting your first AI tool, and sharing context with your team.
Prerequisites
Before you begin, make sure you have:
- An active UniCtx account. Sign up at app.unictx.com if you haven't already.
- A supported AI coding tool installed (Claude Code, Cursor, Copilot, or Codex).
- The UniCtx CLI (optional but recommended for advanced workflows).
Step 1 — Create your workspace
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. A workspace is the top-level container for your team's AI context.
- Navigate to app.unictx.com and log in.
- Click Create Workspace and give it a name (e.g. your company or team name).
- Invite teammates by entering their email addresses.
- Choose a default visibility policy for shared artifacts.
Step 2 — Install the UniCtx CLI
The CLI lets you push and pull AI artifacts from your terminal without opening the web app. In addition, you can also export AI chats and track your own AI usage.
In the team workspace, locate the installation instructions and follow them to install the CLI tool. After installation, you just need to log in into your account with a token.
uctx login {token} # [the token is located in account settings]
Step 3 — Share your first AI knowledge
UniCtx integrates with popular AI coding assistants via the Universal Context Protocol (UCP). You can now use the tool to export your workflows, such as skills or agents using CLI:
unictx push # allows you to select a skill/agent to upload to UniCtx
unictx export # allows you to export an entire AI chat to UniCtx
unictx install artifact-name # allows you to easily install other AI artifacts locally even if from other tools