workflow
CogentCast Authority Engine
CogentCast is the StackFast authority engine that converts expertise and website evidence into structured content, distribution assets, LLM-readable proof, and review-gated site/trust receipts.
Host and data posture
Where this product is meant to live.
Authority content is marketable, but needs voice boundary and approval/no-autopublish receipts.
Commercial shape
Operator-console system
Data posture
Tenant brain optional
Approval posture
Draft only
Best demo
ChatGPT / Claude.ai / Grok
Best daily use
Who it is for
Experts, founders, and executives who need their expertise turned into durable public authority.
Problem it solves
It turns scattered expertise into consistent, scored, multi-platform content.
Activation model
Catalog now; checkout only after existing Stripe plans are mapped safely.
Composition decisions
What is packaged here, and what is not.
These notes prevent agents from splitting proof lanes into duplicate Store products before the repo has a first-class product record, entitlement, and receipt-backed runtime.
CogentCast site-review receipt
composed capabilityRepo truth has a CogentCast pipeline route and a GrowthOS composition test, but no standalone site-review product record, checkout plan, entitlement, or MCP facade. Keep it as a CogentCast capability consumed by GrowthOS owner-facing reports.
Agent guidance
For website review inside revenue capture, use GrowthOS report tools with a CogentCast receipt; for authority-content work, use the CogentCast product.
Proof and source paths
- CogentCast page exists
- CogentCast API routes exist
- Checkout map includes CogentCast products
- GrowthOS owner-facing reports compose CogentCast site-review receipts without creating a duplicate site-review Store product
Repo evidence
app/cogentcast/page.tsxapp/api/cogentcastapp/api/checkout/create-session/route.ts
Capabilities
authority content pipeline
workflowGenerate and distribute authority content from expert knowledge.
Agent use
Authority content workflow with scoring and distribution.
website trust site review
workflowCreate a review-gated website trust receipt that GrowthOS can include in owner-facing revenue-capture reports.
Agent use
Use the CogentCast site-review composition through GrowthOS report flows or the CogentCast pipeline route evidence. Do not present site review as a separate checkout-ready product.
Connector proof
Catalog is not the same as customer-ready.
This product only becomes market-ready after a real host mounts the entitled tools, a safe call succeeds, metering records the event, and a customer-safe receipt exists. Until then, the page shows the strongest proven status without rounding up.
Catalog
Runtime registry is not published yet.
Entitlement
Entitlement boundary is not declared.
Callable
Callable tool proof is incomplete.
Metering
Metering waits on callable execution.
Customer validated
Pending fresh host-surface call receipt.
Install and activate
Connect this product through the StackFast MCP endpoint. Discovery metadata is public; execution uses OAuth and storefront entitlement checks.
MCP URL
https://stackfast.ai/api/mcpAgent subscription
This product remains request-scope until its checkout, fulfillment, and public-name gates are complete.
Client snippets
ChatGPT
Add StackFast as a custom MCP connector, then approve OAuth when prompted.
Claude
Connect a remote MCP server using the StackFast MCP URL and a tenant-scoped token or OAuth flow.
Cursor
Register StackFast as a remote MCP server for project-scoped tool use.
Grok
Add StackFast as a custom MCP connector using the StackFast MCP URL and customer entitlement auth.
Product: CogentCast Authority Engine Product API: https://stackfast.ai/api/store/products/cogentcast Pricing API: https://stackfast.ai/api/store/pricing/cogentcast Manifest API: https://stackfast.ai/api/store/manifests/cogentcast MCP URL: https://stackfast.ai/api/mcp Auth: oauth_reader_or_storefront_entitlement Checkout session API: https://stackfast.ai/api/store/checkout/session Plans: - Authority scope: Request scope; checkout_ready=false; checkout_url=request_scope Agent activation: - Read this product manifest and pricing API. - If a plan has checkout_ready=true, open its checkout_url or POST product_slug, plan_slug, and customer_email to the checkout session API. - After Stripe payment, the signed webhook grants storefront_entitlements for the buyer email/account. - Connect the LLM client to the MCP URL and approve OAuth so tools/list reflects the licensed reader surface. - Call only tools exposed for that entitlement; unentitled execution must fail closed.