From d1467128e23d459bcf336f8577fce607a6f0cc95 Mon Sep 17 00:00:00 2001 From: sonpiaz Date: Sat, 12 Sep 2026 18:52:26 -0700 Subject: [PATCH 1/2] docs: Kyma endpoints and Runs on Kyma line Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01JjoE3dRyR4WnS3zjGkAAgS --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 90d8c4a6..a62d82e4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ OpenAffiliate is a community-driven, open-source registry of affiliate programs. - **SDK** -- TypeScript SDK for programmatic access. - **Submit** -- Web form to submit new programs without touching YAML. - **Verification** -- Automated signup URL verification via CI. +- **Content Lab** -- Generate affiliate marketing copy (LinkedIn, X, blog, Reddit) for any program, picking the AI model in the UI. Runs on Kyma API. ## Quick start @@ -128,6 +129,12 @@ GET /api/programs/[slug] # Get program details GET /api/categories # List categories with counts ``` +### Content Lab + +Visit [openaffiliate.dev/content-lab](https://openaffiliate.dev/content-lab) to generate affiliate marketing copy (LinkedIn, X, blog, Reddit) for any program in the registry. Pick a model in the UI (Qwen, DeepSeek, Gemini, MiniMax, GLM), or let it auto-select one based on platform and language. + +**Runs on [Kyma API](https://kymaapi.com?utm_source=open-affiliate).** Kyma streams the generation: `POST https://kymaapi.com/v1/chat/completions`. The free tier is capped at 30 generations per day; bring your own Kyma key for more. + ## Contributing a program 1. Fork this repo From f18a034999806ba604eab19286f4399afa87b7ad Mon Sep 17 00:00:00 2001 From: Son Piaz Date: Sat, 12 Sep 2026 18:55:35 -0700 Subject: [PATCH 2/2] docs: match content-lab limit wording to the code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a62d82e4..d7afa3b0 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ GET /api/categories # List categories with counts Visit [openaffiliate.dev/content-lab](https://openaffiliate.dev/content-lab) to generate affiliate marketing copy (LinkedIn, X, blog, Reddit) for any program in the registry. Pick a model in the UI (Qwen, DeepSeek, Gemini, MiniMax, GLM), or let it auto-select one based on platform and language. -**Runs on [Kyma API](https://kymaapi.com?utm_source=open-affiliate).** Kyma streams the generation: `POST https://kymaapi.com/v1/chat/completions`. The free tier is capped at 30 generations per day; bring your own Kyma key for more. +**Runs on [Kyma API](https://kymaapi.com?utm_source=open-affiliate).** Kyma streams the generation: `POST https://kymaapi.com/v1/chat/completions`. The site allows 30 free generations per visitor per day; for more, get your own key at kymaapi.com and call the same endpoint. ## Contributing a program