Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.symbioticsec.ai/llms.txt

Use this file to discover all available pages before exploring further.


Symbiotic Code is a security-first coding agent that runs in your terminal. To use it you will need:
  • A terminal: Use the default terminal, or a modern terminal emulator like iTerm or Warp. It can also run in an IDE terminal (e.g., VS Code terminal).
  • A Symbiotic Security account: Ask your admin or Symbiotic point of contact for access.

Installation

Install Symbiotic Code using the following command:
npm install -g @symbioticsec/code
Check that node and npm are properly installed:
  node -v
  npm -v
If they are not installed, install them and retry.

Using Symbiotic Code

To launch Symbiotic Code, use the symbiotic command in your terminal:
symbiotic

Update

If an update is available, the CLI will auto-update on the next launch.

Authentication

A Symbiotic Security account is required. If you don’t have access, contact your administrator or Symbiotic point of contact.
On first launch, you’ll be prompted to enter your personal access token:
1
Click the link in the authentication modal to open the Symbiotic Portal
2
Create a new token or copy an existing one from your account settings
3
Paste the token in the dialog and press Enter
4
Your token is securely stored and used for all subsequent operations.