{"openapi":"3.1.0","info":{"title":"Creatio Ex Nihilo discovery documents","version":"1.0.0","description":"Publication status: private-preview. This is a private studio preview. Creative APIs have not launched. Early-access checkout uses Stripe test mode only. Creative API: not-launched. Payments: test-only. Subscriptions: not-active. Generation: not-active. This contract covers only unauthenticated, read-only GET discovery documents. It does not define a creative, generation, billing, reservation, or account API. Use this catalogue to understand the scope and prepare an enquiry. It does not grant access or permission to act for a client. Production work requires an agreed brief, deliverables, budget, rights, review stages, and delivery formats. A reservation does not issue an API key, activate a plan, or create spendable credit. Subscription activation and recurring charging are not available in this preview. A person must review the offer and give consent before starting a test reservation. These discovery documents do not authorise agent purchasing. Confidential material needs an agreed data, retention, and provider arrangement before submission. Describe the requirement without attaching confidential assets. Provider-backed services are being explored. This does not announce an active integration or partnership."},"servers":[{"url":"/"}],"security":[],"paths":{"/agents.md":{"get":{"operationId":"getAgentsMarkdown","summary":"The full public catalogue as Markdown.","description":"This is a private studio preview. Creative APIs have not launched. Early-access checkout uses Stripe test mode only.","security":[],"responses":{"200":{"description":"The Markdown discovery document.","content":{"text/markdown":{"schema":{"type":"string"}}}}}}},"/catalog.json":{"get":{"operationId":"getPublicCatalog","summary":"The structured public catalogue, including availability and offer terms.","description":"This is a private studio preview. Creative APIs have not launched. Early-access checkout uses Stripe test mode only.","security":[],"responses":{"200":{"description":"The JSON discovery document.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicCatalog"}}}}}}},"/llms.txt":{"get":{"operationId":"getLlmsIndex","summary":"A concise linked index with availability boundaries.","description":"This is a private studio preview. Creative APIs have not launched. Early-access checkout uses Stripe test mode only.","security":[],"responses":{"200":{"description":"The llms.txt discovery document.","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/llms-full.txt":{"get":{"operationId":"getLlmsFull","summary":"The full public catalogue as plain-text Markdown.","description":"This is a private studio preview. Creative APIs have not launched. Early-access checkout uses Stripe test mode only.","security":[],"responses":{"200":{"description":"The llms-full.txt discovery document.","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/openapi.json":{"get":{"operationId":"getDiscoveryOpenApi","summary":"The contract for these read-only discovery documents.","description":"This is a private studio preview. Creative APIs have not launched. Early-access checkout uses Stripe test mode only.","security":[],"responses":{"200":{"description":"The OpenAPI discovery document.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DiscoveryOpenApi"}}}}}}}},"components":{"schemas":{"PublicCatalog":{"type":"object","properties":{"schemaVersion":{"type":"string"},"catalogVersion":{"type":"string"},"brand":{"type":"object","properties":{"name":{"type":"string"},"shortName":{"type":"string"},"homeUrl":{"type":"string"},"person":{"type":"object","properties":{"name":{"type":"string"},"pronouns":{"type":"string"},"role":{"type":"string"},"siteLabel":{"type":"string"},"citation":{"type":"string"},"disambiguation":{"type":"string"}},"required":["name","pronouns","role","siteLabel","citation","disambiguation"],"additionalProperties":false}},"required":["name","shortName","homeUrl","person"],"additionalProperties":false},"publicationStatus":{"type":"string"},"audiences":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"url":{"type":"string"}},"required":["id","label","url"],"additionalProperties":false}},"availability":{"type":"object","properties":{"summary":{"type":"string"},"creativeApi":{"type":"string"},"payments":{"type":"string"},"subscriptions":{"type":"string"},"generation":{"type":"string"}},"required":["summary","creativeApi","payments","subscriptions","generation"],"additionalProperties":false},"boundaries":{"type":"array","items":{"type":"string"}},"services":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"number":{"type":"string"},"category":{"type":"string"},"title":{"type":"string"},"outcome":{"type":"string"},"summary":{"type":"string"},"deliverables":{"type":"array","items":{"type":"string"}},"inputs":{"type":"string"},"reviews":{"type":"string"},"note":{"type":"string"},"availability":{"type":"string"},"serviceUrl":{"type":"string"},"enquiryUrl":{"type":"string"}},"required":["id","number","category","title","outcome","summary","deliverables","inputs","reviews","note","availability","serviceUrl","enquiryUrl"],"additionalProperties":false}},"apiAccess":{"type":"object","properties":{"status":{"type":"string"},"url":{"type":"string"},"description":{"type":"string"},"tiers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"index":{"type":"string"},"audience":{"type":"string"},"description":{"type":"string"},"name":{"type":"string"},"enquiryUrl":{"type":"string"}},"required":["id","index","audience","description","name","enquiryUrl"],"additionalProperties":false}}},"required":["status","url","description","tiers"],"additionalProperties":false},"earlyAccess":{"type":"object","properties":{"status":{"type":"string"},"currency":{"type":"string"},"merchant":{"type":"string"},"offerVersion":{"type":"string"},"termsVersion":{"type":"string"},"subscriptionTiming":{"type":"string"},"priceNotice":{"type":"string"},"refundPolicy":{"type":"string"},"bonusWindow":{"type":"string"},"offers":{"type":"array","items":{"type":"object","properties":{"tier":{"type":"string"},"name":{"type":"string"},"prepaymentPence":{"type":"integer","minimum":0,"description":"Amount in the catalogue currency, in pence."},"bonusPence":{"type":"integer","minimum":0,"description":"Amount in the catalogue currency, in pence."},"waivedMonths":{"type":"integer"},"totalCreditPence":{"type":"integer","minimum":0,"description":"Amount in the catalogue currency, in pence."},"monthlyPlanPricePence":{"type":["integer","null"],"minimum":0,"description":"The monthly plan price in pence. Null means the price is unconfirmed."},"monthlyPlanPriceStatus":{"type":"string"},"reservationUrl":{"type":"string"},"enquiryUrl":{"type":"string"}},"required":["tier","name","prepaymentPence","bonusPence","waivedMonths","totalCreditPence","monthlyPlanPricePence","monthlyPlanPriceStatus","reservationUrl","enquiryUrl"],"additionalProperties":false}}},"required":["status","currency","merchant","offerVersion","termsVersion","subscriptionTiming","priceNotice","refundPolicy","bonusWindow","offers"],"additionalProperties":false},"imaginaryTools":{"type":"object","properties":{"status":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"url":{"type":"string"},"enquiryUrl":{"type":"string"},"limitations":{"type":"string"}},"required":["status","title","description","url","enquiryUrl","limitations"],"additionalProperties":false},"formats":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"url":{"type":"string"},"mediaType":{"type":"string"}},"required":["id","label","url","mediaType"],"additionalProperties":false}}},"required":["schemaVersion","catalogVersion","brand","publicationStatus","audiences","availability","boundaries","services","apiAccess","earlyAccess","imaginaryTools","formats"],"additionalProperties":false},"DiscoveryOpenApi":{"type":"object","description":"An OpenAPI 3.1 discovery contract for the five implemented GET documents.","required":["openapi","info","servers","security","paths","components"],"properties":{"openapi":{"type":"string","enum":["3.1.0"]},"info":{"type":"object","required":["title","version","description"],"properties":{"title":{"type":"string"},"version":{"type":"string"},"description":{"type":"string"}},"additionalProperties":false},"servers":{"type":"array","items":{"type":"object","required":["url"],"properties":{"url":{"type":"string","enum":["/"]}},"additionalProperties":false}},"security":{"type":"array","maxItems":0},"paths":{"type":"object","required":["/agents.md","/catalog.json","/llms.txt","/llms-full.txt","/openapi.json"],"properties":{"/agents.md":{"type":"object","required":["get"],"properties":{"get":{"$ref":"#/components/schemas/DiscoveryOperation"}},"additionalProperties":false},"/catalog.json":{"type":"object","required":["get"],"properties":{"get":{"$ref":"#/components/schemas/DiscoveryOperation"}},"additionalProperties":false},"/llms.txt":{"type":"object","required":["get"],"properties":{"get":{"$ref":"#/components/schemas/DiscoveryOperation"}},"additionalProperties":false},"/llms-full.txt":{"type":"object","required":["get"],"properties":{"get":{"$ref":"#/components/schemas/DiscoveryOperation"}},"additionalProperties":false},"/openapi.json":{"type":"object","required":["get"],"properties":{"get":{"$ref":"#/components/schemas/DiscoveryOperation"}},"additionalProperties":false}},"additionalProperties":false},"components":{"type":"object","required":["schemas"],"properties":{"schemas":{"type":"object","additionalProperties":{"type":"object"}}},"additionalProperties":false}},"additionalProperties":false},"DiscoveryOperation":{"type":"object","required":["operationId","summary","description","security","responses"],"properties":{"operationId":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"security":{"type":"array","maxItems":0},"responses":{"type":"object","required":["200"],"properties":{"200":{"type":"object","required":["description","content"],"properties":{"description":{"type":"string"},"content":{"type":"object","additionalProperties":{"type":"object","required":["schema"],"properties":{"schema":{"type":"object"}},"additionalProperties":false}}},"additionalProperties":false}},"additionalProperties":false}},"additionalProperties":false}}}}