Fusioncat is currently in its alpha stage. The main API server is located at:
https://api.staging.fusioncatalyst.io/Please note that breaking changes and bugs are to be expected, as the product is still under active development.
Authentication Commands
Thepaw auth
commands allow you to authenticate with the Fusioncat API.
Commands
auth signin
Sign in to an existing Fusioncat account.Options
--email
(required): Your email address--password
(required): Your password
Examples
auth signup
Create a new Fusioncat account.Options
--email
(required): Your email address--password
(required): Your password (must be secure)
Examples
auth me
Get information about the current authenticated user.FC_ACCESS_TOKEN
environment variable.
Examples
Token Management
Using Environment Variables
Token Security
- Tokens expire after a certain period (check with your administrator)
- Never commit tokens to version control
- Use environment-specific token management for CI/CD
Troubleshooting
Invalid Credentials
If you receive an authentication error:- Verify your email and password are correct
- Check if your account is active
- Ensure you’re using the correct server URL