# CreatorsJet docs


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

- **Creator guides**
- [Link your creator profile to an agency](/docs/creator-guides/link-to-an-agency): Use the agency code from your manager to connect your existing creator profile to their agency.

- **Public API**
- [Public API overview](/api): Connect CreatorsJet to your own software. Most people should use MCP instead.
- [Quick starts](/api/quick-starts): Copy-and-paste Public API V1 examples for finding media kits, social accounts, decks, and campaigns.

- **For developers**
- [API setup for developers](/api/getting-started): Create an API key and make a first request from secure server-side software.

- **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**
- [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): Connect CreatorsJet to your AI assistant and ask it to help with media kits, socials, decks, and campaigns.
- [Quick starts](/mcp/quick-starts): Plain-language prompts for common CreatorsJet MCP tasks.
- [MCP tools](/mcp/tools): Complete tool and permission list for technical setup.
- [MCP safety and plans](/mcp/safety-and-plans): Understand confirmation rules, tenant isolation, plan enforcement, upgrade actions, and MCP 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 documentation](/mcp.md): production server URL, OAuth connection flow, tools, and safety rules.
