# CreatorsJet docs


- **Overview**
- [Welcome to CreatorsJet](/docs): Build supported creator and agency workflows with CreatorsJet Public API V1.

- **Public API**
- [Public API overview](/api): Review the implemented server-to-server creator, roster, media-kit, link-in-bio, pitch-deck, campaign, and page-view analytics contract for CreatorsJet Public API V1.
- [Getting started](/api/getting-started): Prepare a CreatorsJet API key and first authenticated Public API V1 request after access is enabled.

- **Core concepts**
- [Authentication](/api/authentication): Authenticate Public API V1 requests with scoped CreatorsJet API keys.
- [Subjects and resource ownership](/api/ownership): Understand creator and agency API subjects, ownership boundaries, and tenant-safe resource access.

- **Guides**
- [Creator CSV imports](/api/imports): Format, submit, and monitor agency creator-roster imports through Public API V1.
- [Media kits, link in bio, and decks](/api/content-pages): Work with the supported CreatorsJet publishing resources through Public API V1.
- [Campaigns](/api/campaigns): Create, list, retrieve, and edit creator- or agency-owned campaigns through Public API V1.
- [Page-view analytics](/api/analytics): Retrieve page views and unique visitors for CreatorsJet resources owned by the API subject.

- **Reliability**
- [Idempotency](/api/idempotency): Retry Public API V1 writes without duplicating supported creator, content, deck, or campaign operations.
- [Rate limits](/api/rate-limits): Understand Public API V1 quotas, headers, and safe retry behavior.
- [Errors](/api/errors): Handle CreatorsJet Public API V1 problem responses and stable error codes.

- **Reference**
- API reference
  - [Endpoint reference](/api/reference): Exact Public API V1 operations generated from the CreatorsJet OpenAPI 3.1 contract.
  - Identity
    - [Retrieve the authenticated API subject](/api/reference/identity/getCurrentSubject)
  - Creators
    - [List an agency roster](/api/reference/creators/listCreators)
    - [Add one creator to an agency roster](/api/reference/creators/createCreator)
    - [Retrieve creator profile and summary metrics](/api/reference/creators/getCreator)
  - Imports
    - [Queue a creator roster CSV import](/api/reference/imports/createCreatorImport)
    - [Retrieve an import and its row results](/api/reference/imports/getCreatorImport)
  - Media kits
    - [List visible media kits](/api/reference/media-kits/listMediaKits)
    - [Ensure a default media kit exists](/api/reference/media-kits/ensureMediaKit)
    - [Retrieve one owned media kit](/api/reference/media-kits/getMediaKit)
  - Analytics
    - [Retrieve page-view analytics](/api/reference/analytics/getViewAnalytics)
  - Link in bio
    - [Retrieve the creator's link-in-bio page](/api/reference/link-in-bio/getLinkInBio)
    - [Create the creator's link-in-bio page](/api/reference/link-in-bio/createLinkInBio)
    - [Update the creator's link-in-bio page](/api/reference/link-in-bio/updateLinkInBio)
  - Decks
    - [List agency pitch decks](/api/reference/decks/listDecks)
    - [Create an agency pitch deck](/api/reference/decks/createDeck)
    - [Retrieve one agency pitch deck](/api/reference/decks/getDeck)
    - [Update an agency pitch deck](/api/reference/decks/updateDeck)
  - Campaigns
    - [List owned campaigns](/api/reference/campaigns/listCampaigns)
    - [Create a campaign](/api/reference/campaigns/createCampaign)
    - [Retrieve one owned campaign](/api/reference/campaigns/getCampaign)
    - [Update an owned campaign](/api/reference/campaigns/updateCampaign)

- **MCP**
- [MCP overview](/mcp): Review the implemented CreatorsJet MCP preview, shared service architecture, and release boundary.
- [MCP preview tools](/mcp/tools): Exact tool names, account roles, scopes, and implemented behavior in the unreleased CreatorsJet MCP preview.
- [MCP safety and plans](/mcp/safety-and-plans): Understand confirmation rules, tenant isolation, plan enforcement, upgrade actions, and preview error responses.

- **Updates**
- [Changelog](/docs/reference/changelog): Notable updates to CreatorsJet documentation and published integration contracts.

## Machine-readable resources

- [Complete documentation corpus](/llms-full.txt): all published documentation in one Markdown document.
- Per-page Markdown: append `.md` to any documentation URL, for example `/api/authentication.md`.
- [OpenAPI document](/openapi.json): the machine-readable Public API V1 contract.
- [MCP release status](/mcp.md): current availability without speculative tool or setup details.
