← Back to home

Documentation

Official documentation for Fusion AI — getting started, features, billing, and security.

Last updated: 2026-07-28

Getting Started

Fusion AI is an AI-assisted development environment. Create an account at https://fusionprojects.online/signup, verify your email, and sign in to access your dashboard and IDE.

You can authenticate with email/password or connect GitHub OAuth from the login page for faster onboarding and repository access.

Dashboard & IDE

Workspace

Each workspace contains your project files, chat history, and AI context. Hobby plans include one workspace; Pro and Enterprise plans support unlimited workspaces.

Use the file tree to navigate, open files in the editor, and preview supported file types. Changes sync to your workspace storage.

AI Chat

The chat panel provides context-aware assistance across your open files and workspace. Select models from your plan's available list. Each message consumes AI credits according to model and token usage.

Always review generated code before committing to production. AI outputs may contain errors or security issues.

File Uploads

Upload images and supported attachments via the chat input. Files are stored securely and associated with your account. Do not upload confidential data you are not authorized to share.

Plans & AI Credits

Plans are described on the pricing page. Credits reset monthly according to your subscription cycle.

  • Hobby — 500 credits/month — Community support — 1 workspace
  • Pro — 10,000 credits/month — Priority support — Unlimited workspaces — Multi-file editing
  • Enterprise — 50,000 credits/user/month — Dedicated support — SSO & audit logs — Self-hosted models

Billing & Subscriptions

Manage subscriptions from Dashboard → Settings → Billing or through the Stripe Customer Portal link in your account.

Upgrades take effect immediately; downgrades apply at the next renewal unless stated otherwise. Invoices are available in your billing history.

GitHub Integration

Connect GitHub from the login or settings page to authorize repository access. Fusion AI uses OAuth scopes limited to what is required for the features you enable.

You can revoke access at any time from your GitHub account settings → Applications.

API Reference (Overview)

Authenticated API endpoints are available for platform operations. All requests require a valid session or staff credentials unless documented otherwise.

  • GET /api/platform — Public platform configuration (pricing, branding, features)
  • POST /api/auth/register — Create account (subject to site mode restrictions)
  • POST /api/chat — Send chat messages (authenticated)
  • POST /api/upload — Upload attachments (authenticated, client-side blob flow)
  • GET /api/workspace — List workspace files (authenticated)
  • PUT /api/platform/update — Update platform config (staff only)

Security Best Practices

Protect your account with a strong unique password and enable GitHub 2FA on connected accounts. Do not share session tokens or API credentials.

Report security vulnerabilities to fusionai@fusionprojects.online. We maintain incident response procedures and will notify affected users of confirmed breaches as required by law.

  • Use least-privilege access for team accounts
  • Rotate credentials after personnel changes
  • Avoid committing secrets — use environment variables
  • Review AI-generated code for vulnerabilities before deployment

Data & Privacy

See our Privacy Policy (https://fusionprojects.online/privacy) for data collection, retention, and your rights under GDPR and CCPA/CPRA.

Enterprise customers may request a Data Processing Addendum (DPA) and security questionnaire responses by contacting fusionai@fusionprojects.online.

Support

General contact: fusionai@fusionprojects.online

Hobby users: community support channels listed on the site.

Pro users: priority email support at fusionai@fusionprojects.online.

Enterprise: dedicated support per your agreement.

Related Policies

  • Terms of Service — https://fusionprojects.online/terms
  • Privacy Policy — https://fusionprojects.online/privacy
  • Cookie Policy — https://fusionprojects.online/cookies
  • Acceptable Use Policy — https://fusionprojects.online/acceptable-use