# Magica > Magica (formerly Galaxy AI / Galaxy.ai) is an autonomous, general-purpose AI agent that helps users get real work done across creative, technical, and productivity tasks — image, video, audio, and voice generation, app and code building, document and media handling, research and browsing, and multi-step orchestration of all of those — without juggling tools across tabs. Each chat is a "task" where the agent takes the user's goal, picks the right tools, and executes end-to-end. Magica pairs that agent with a persistent workspace: hundreds of frontier media-generation models, a persistent Linux code sandbox, a browser, web search/fetch, video composition, and OAuth connectors for the user's own apps (Gmail, Google Calendar, Drive, Dropbox, Notion, Slack, and more). Chats are saved as **Tasks**, related tasks bundle into **Projects** with shared instructions/files, and every generated or uploaded asset lands in the **Library**. **Flow** is a separate no-code visual workflow builder for users who want _deterministic_ pipelines instead of asking the agent each time — Flow is also what's exposed via the public REST API and MCP server. The product surface is at **https://magica.com/app**. ## Rebrand note Magica was previously known as **Galaxy AI / Galaxy.ai**. The rebrand is purely a name change — no user data is lost. Credits, generations, subscriptions, billing, Library, and account history all carry over unchanged. Legacy surfaces still work but are being deprecated: - Single-purpose AI tool pages (old) live at **https://magica.com/tools** (click on "Switch to old UI" toggle at top). Recommended path: just tell the agent what you need and it executes directly — the agent has the same models (and more) natively. - Old chat threads, saved GPTs / custom assistants, and stored instructions from the previous chat product live at **https://chat.magica.com/**. Export anything important before this surface is retired. Going forward, the equivalents in Magica are: **Tasks** (chat threads), **Projects** with **Project Instructions** + **Project Memory** (custom assistants / stored instructions), and **Settings → Personalization** + **Settings → Memory** (user-level persona and persistent memory). ## The product (left sidebar) - **Tasks** — the full list of chats with the agent and the primary surface of Magica. Each task is one chat thread where the user gives a goal and the agent executes end-to-end. The model picker at the top of the chat lets the user switch the underlying LLM per-task. The folder icon in the chat header opens **All files in this task** (uploads + generated assets scoped to that task). Per-task actions include **Pin to top**, **Rename**, **Duplicate**, **Add to project**, **Fork** (per-message, branch off a specific assistant response into a new task), and **Delete**. Editing a previously-sent message is not supported — use **Fork** or **Duplicate** to try a different direction. Sharing a task by public link is not supported. - **Composer affordances** — **Attach** files (or pick from Library), **@** to inline-mention a Library asset, **Connect apps** shortcut to Integrations, **Plan mode** (Shift+Tab; the agent describes what it would do without executing tools), **Dictate** (voice-to-text), and **Stop generation**. - **Per-assistant-message actions** — **Copy**, **Like / Dislike** feedback, **Sources** (citations when web search was used), and **Fork**. - **Projects** — bundle related tasks with shared context. Each project has **Project Files** (always-attached to every task in the project), **Project Instructions** (persona / constraints), and **Project Memory** (project-scoped memory). On creation: pick a Name + Icon + Color (Templates pre-fill these), toggle AI Memory, and pick a **Memory Scope** — **Shared** (project sees global memories plus its own) or **Isolated** (project-only). ⚠ Memory storage type cannot be changed after creation. - **Library** — every asset the user owns in Magica. Filter by source (**All / Generated / My Uploads / Favorites**) and type (**All / Image / Video / Audio / Files / Folders**). Upload via drag-drop or the Upload button; preview, favorite, organize into folders, re-use in chats and Flows, download, or delete. - **Flow** — visual workflow builder at **https://magica.com/app/flow**. Drag nodes (LLMs, image / video / audio models, media utilities, logic) onto a canvas, wire them into a DAG, configure each node, and run the pipeline. Use Flow for repeatable, structured, parameterized jobs. - **Nodes** — direct AI model runner at **https://magica.com/app/nodes**. Pick from LLM, image, video, audio, voice, and utility models, configure the model inputs, run a single generation, and inspect or reuse the output. Use Nodes when you want to run a specific model directly. - **Workspace** — team/organization control panel: members, roles, shared integrations, billing, team-level settings. Personal accounts have a workspace too; the **Personal account selector** at the bottom of the sidebar switches between Personal and any team workspaces. Integrations, projects, billing, and library are scoped to the selected account. - **Settings** — four tabs: - **General** — default AI model for new tasks, preferred response language. - **Personalization** — personality / tone, custom instructions, "About you", Auto Suggest toggle. - **Memory** — review, edit, or delete what the agent has learned across conversations, and toggle whether saved memories are referenced when responding. - **Integrations** — connect external apps via OAuth (Gmail, Google Calendar, Google Drive, Dropbox, Notion, Slack, and many others). ## Plans, credits, and billing - **Plans** — Monthly, Annual, Lifetime, Team, Enterprise. Pricing page: **https://magica.com/pricing**. For team / enterprise, see the pricing page or contact `support+enterprise@magica.com`. - **Credits** — usage is billed in credits; credit cost reflects the compute cost of each operation. Subscription plans currently grant **15M credits per month**. The credit chip in the sidebar shows balance and the next monthly top-up date. - **Rollover** — unused credits roll over month-to-month as long as the subscription stays active. - **Lifetime** — 15M credits/month for life from a single one-time payment, no recurring charges. - **Top-ups** — additional credits can be bought separately at **$1 per 1M**; top-ups do not expire while the subscription is active. - **Failed generations don't consume credits** — if a tool errors out, the user isn't charged. - **Credits usage**: **https://magica.com/usage**. - **Billing portal / cancellation**: **https://magica.com/billing**. Cancelling stops future renewals; cancellation can also forfeit promotional pricing and may delete history — export anything important first. - **Affiliate program**: `https://try.magica.com/refer/`. ## Privacy, data, and commercial use - **Generations are private** — content the user creates in Magica is theirs and is not exposed to other users. - **User data is not used to train AI models.** - **Compliance** — Magica is **SOC 2** and **GDPR** compliant. - **Commercial use** — content generated in Magica is **free for commercial use** by the user. - [Privacy Policy](https://magica.com/blog/privacy) - [Terms of Service](https://magica.com/blog/terms) - [Refund Policy](https://magica.com/blog/refund-policy) ## Support - [Contact Support](https://magica.com/support) — submit a support ticket. - [Official YouTube Channel](https://go.magica.com/youtube) — tutorials and platform updates. ## Platform access - **Web**: https://magica.com/app - **iOS**: https://go.magica.com/iOS - **Android**: https://go.magica.com/android ## Public API and MCP server (Flow) The public developer surface is built around **Flow** — the REST API and MCP server let developers and external AI clients (Claude Desktop, Claude Code, Cursor, Codex) trigger and manage Flow workflows from outside Magica. The agent itself (Tasks) is not exposed as an API. - **REST API base URL**: `https://api.magica.com/api/v1` - **MCP server URL**: `https://api.magica.com/api/mcp` - **Auth**: Bearer token; API keys are prefixed `gx_`. - **Create / manage API keys**: https://magica.com/app/ - **Latest API docs**: https://magica.com/docs/ - **OpenAPI spec**: `https://api.magica.com/api/v1/openapi.json` - **What it exposes**: workflows CRUD, model execution, run start / monitor / cancel / retry, webhook subscriptions for run events, plus MCP tools to discover and execute workflows.