# Start with SorryAssets / 开始使用 SorryAssets

Route: /docs/start/overview
Updated: 2026-07-08

## English

# Start with SorryAssets

SorryAssets is a local-first AIGC and digital-asset platform for creators, apps, and agents.

It is not a chat UI and not a cloud asset library. It is the tool layer that lets a human or an agent call generation capabilities, keep the output in a local project, and preserve the provenance trail that explains how an asset was made.

## Pick your entry point

- Use the desktop app when you want a local project surface for generated assets.
- Use the HTTP API when another product or script should call the generation engine directly.
- Use MCP when an agent host should discover tools and generate assets for you.
- Use Skills when you want a reusable AIGC workflow instead of one-off prompts.

## Current truth

- Live generation routes today: `image.generate` and `video.generate`.
- Public API status: Developer Preview.
- Recommended base URL: `https://sorryassets.com`.
- Compatibility API host: `https://api.sorryassets.com`.
- API keys start with `sa_` and are account-scoped. They are not provider credentials.

## What to read next

- [Direct HTTP API](/docs/api/direct-http) if you want to call SorryAssets without the app.
- [MCP for agents](/docs/api/mcp) if your agent host should operate SorryAssets tools.
- [Skills as AIGC workflows](/docs/skills/workflows) if you want templates that can grow.

Agent-readable Markdown is available at `/docs/start/overview.md` and `/llms.txt`.

## 中文

# 开始使用 SorryAssets

SorryAssets 是面向创作者、应用和 Agent 的本地优先 AIGC / 数字资产平台。

它不是聊天 UI，也不是云端素材库。它是工具层：让人或 Agent 调用生成能力，把产物留在本地项目里，并保留能解释资产如何生成的创作脉络。

## 先选入口

- 需要本地项目工作台时，用桌面应用。
- 希望自己的产品或脚本直连生成引擎时，用 HTTP API。
- 希望 Agent host 自动发现和调用工具时，用 MCP。
- 希望把重复工作沉淀成模板时，用 Skills。

## 当前事实

- 当前真实可用生成路径：`image.generate` 和 `video.generate`。
- 公开 API 状态：Developer Preview。
- 推荐 base URL：`https://sorryassets.com`。
- 兼容 API host：`https://api.sorryassets.com`。
- API key 以 `sa_` 开头，是账户级密钥，不是上游 provider 凭据。

## 下一步读什么

- 如果不想打开桌面应用，读 [HTTP 直连接口](/docs/api/direct-http)。
- 如果要让 Agent host 调用工具，读 [Agent 的 MCP 接入](/docs/api/mcp)。
- 如果要让模板持续增长，读 [Skills 是 AIGC 工作流](/docs/skills/workflows)。

Agent 可读 Markdown：`/docs/start/overview.md` 和 `/llms.txt`。
