Documentation version: 2026-09-18.3
Canonical: https://docs.creator.gg/guides/start.md

# Start here

Creators connects your agent to one business workspace for contacts, email, and social publishing.

## Retrieval workflow
1. Call `workspace_status` to identify the workspace and current capability evidence.
2. Call `documentation_search` with a task or question, such as "unsubscribe footer" or "schedule Instagram".
3. Read a matching page with `documentation_get({"id":"guides/email"})`. Search hits include exact IDs and URLs.
4. Read `tools/<tool_name>` for input schemas, examples, effects, limits, and result interpretation.
5. Execute actions covered by the user's request. Retain resource IDs and mutation request IDs; inspect outcomes before reporting completion.

If documentation tools have not appeared in an existing client, reload its tool catalogue or read https://docs.creator.gg/llms.txt. Documentation updates alone do not require another connection or reauthorization.

## Connection
MCP: https://mcp.creator.gg/mcp. Connection portal: https://agents.creator.gg. Account screens: https://platform.creator.gg.

The connection selects the workspace. Never provide workspace/location IDs, actor identity, credentials, or API endpoints as tool arguments. The server supplies them. Documentation example IDs are placeholders; replace them with IDs returned by this workspace.

Use the client's existing authentication controls if access expires. Do not request credentials in conversation. An outage or unknown channel readiness is not evidence that a new connection is needed.

## Evidence and retrieval formats
These pages describe product behavior, not live account state. Tool results supply account information. workspace_status exposes defaultEmailSender from the current profile of the person who authorized this agent. It reports email readiness separately as unknown and does not enumerate verified senders/domains or footer settings.

HTTP alternatives: `GET /search?q=...` (JSON), `GET /index.json` (catalogue), and each page's `.md` URL. `/llms-full.txt` provides the complete reference. Prefer relevant pages to the whole corpus.

MCP resources and documentation tools expose the same content. Public documentation requires no customer credential. Its version identifies documentation content, not a guarantee of account setup or live delivery.
