# SuperKreator > India-first creator OS: link in bio, UPI store, Instagram AutoDM, publish, planner, AI, and 24×7 YouTube LIVE. ## Instructions for AI agents - Full reference: https://superkreator.com/llms-full.txt - OpenAPI 3.1: https://superkreator.com/api/v1/openapi.json - API base: https://superkreator.com/api/v1 — auth with `Authorization: Bearer sk_live_...` (create keys at https://superkreator.com/dashboard/settings#agents) - Prefer the hosted MCP server https://superkreator.com/api/v1/mcp (same Authorization header) - Claude Skill: https://superkreator.com/agents/skill.md - Human docs: https://superkreator.com/docs/28-agents-api and https://superkreator.com/agents - Smithery: https://smithery.ai/servers/graphity/superkreator ## Tooling - Remote MCP: https://superkreator.com/api/v1/mcp - Claude Code: `claude mcp add --transport http superkreator https://superkreator.com/api/v1/mcp --header "Authorization: Bearer sk_live_..."` - ChatGPT: add a custom MCP connector or Custom GPT Action pointed at the OpenAPI spec - Local MCP (stdio): download https://superkreator.com/agents/mcp-stdio.js and run with SUPERKREATOR_API_KEY - CLI: https://superkreator.com/agents/sk.js (env SUPERKREATOR_API_KEY) ## Operations - GET /api/v1/me: Identify the workspace and key (tool sk_whoami, scopes read) - GET /api/v1/credits: AI credit balance (tool sk_get_credits, scopes read) - GET /api/v1/profile: Read link-in-bio profile (tool sk_get_profile, scopes read) - PATCH /api/v1/profile: Update bio or publish flags (tool sk_update_profile, scopes write) - GET /api/v1/products: List products (tool sk_list_products, scopes read) - GET /api/v1/products/{id}: Get one product (tool sk_get_product, scopes read) - POST /api/v1/products: Create a product (tool sk_create_product, scopes write) - PATCH /api/v1/products/{id}: Update a product (tool sk_update_product, scopes write) - POST /api/v1/products/{id}/status: Set product status (tool sk_set_product_status, scopes write) - GET /api/v1/orders: List orders (tool sk_list_orders, scopes read) - GET /api/v1/customers: List customers (tool sk_list_customers, scopes read) - GET /api/v1/planner: List planner items (tool sk_list_planner, scopes read) - POST /api/v1/planner: Create or update a planner item (tool sk_save_planner, scopes write) - POST /api/v1/planner/{id}/status: Set planner item status (tool sk_set_planner_status, scopes write) - GET /api/v1/autodm: List AutoDM automations (tool sk_list_autodm, scopes read) - POST /api/v1/autodm: Create or update an AutoDM (tool sk_save_autodm, scopes write) - POST /api/v1/autodm/{id}/status: Pause or activate AutoDM (tool sk_set_autodm_status, scopes write) - GET /api/v1/accounts: List connected social accounts (tool sk_list_accounts, scopes read) - GET /api/v1/posts: List scheduled and published posts (tool sk_list_posts, scopes read) - POST /api/v1/posts: Publish or schedule a post (tool sk_create_post, scopes publish) - DELETE /api/v1/posts/{id}: Cancel a scheduled post (tool sk_cancel_post, scopes publish) - GET /api/v1/media: List media library (tool sk_list_media, scopes read) - GET /api/v1/analytics: Workspace analytics (tool sk_get_analytics, scopes read) - POST /api/v1/ai/generate: Generate copy with AI credits (tool sk_generate, scopes ai) - GET /api/v1/live: List YouTube LIVE slots (tool sk_list_live, scopes read) - GET /api/v1/links: List bio links (tool sk_list_links, scopes read) - POST /api/v1/links: Create or update a bio link (tool sk_save_link, scopes write) ## Product surfaces - Home: https://superkreator.com/ - Agents: https://superkreator.com/agents - Docs: https://superkreator.com/docs - Compare: https://superkreator.com/compare - Login: https://superkreator.com/login