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.
Common issues
| Issue | Solution |
|---|---|
command not found: symbiotic | Ensure ~/.local/bin is in your PATH and restart your terminal |
| Authentication fails | Verify your token is valid in the portal and hasn’t expired |
| Permission denied | Run chmod +x ~/.local/bin/symbiotic |
| I can’t go to the next line | Try one of those keybindings shift+return, ctrl+return, alt+return, ctrl+j |
Installation problem on Windows
If you have trouble installing Symbiotic Code on PowerShell, try to launch the install command with Git Bash that you can install hereLinux specific issues
Copy/paste not working on Linux
Linux users need to have one of the following clipboard utilities installed for copy/paste functionality to work:X11 systems:
Wayland systems:
Headless environments:
Network connection blocked
If you’re behind a corporate firewall or proxy, you may need to configure your network settings to allow Symbiotic Code to connect to our API. You will need to add to your allowlist the following domains:api.symbioticsec.ai:443llm-proxy.symbioticsec.ai:443
Need help?
Contact us using the dedicated Slack channel or email us at support@symbioticsec.ai
Use in a docker container
To use Symbiotic Code in a docker container, you need to follow those steps:- Download the script and dockerfile here
- Unzip the file
- Launch Docker Desktop
- Make the script executable:
- Run the script:
- You are now in the container and can run the symbiotic command to launch the coding agent.