Skip to main content
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

The paw 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.
This command requires a valid authentication token in the 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:
  1. Verify your email and password are correct
  2. Check if your account is active
  3. Ensure you’re using the correct server URL

Token Expired

If your token has expired:

No Token Found

If you see “authentication required” errors: