Skip to content

docs: add dsp parameter to content API and Slack bot docs (REC-63)#131

Open
recoup-coding-agent wants to merge 1 commit intomainfrom
feature/rec-63-dsp-logo
Open

docs: add dsp parameter to content API and Slack bot docs (REC-63)#131
recoup-coding-agent wants to merge 1 commit intomainfrom
feature/rec-63-dsp-logo

Conversation

@recoup-coding-agent
Copy link
Copy Markdown
Collaborator

@recoup-coding-agent recoup-coding-agent commented Apr 14, 2026

Summary

  • Add dsp enum field to ContentCreateRequest schema in OpenAPI spec
  • Add dsp parameter to Content Agent @mention syntax table
  • Add Spotify editorial example to Slack bot usage docs
  • Update content-agent webhook description

Test plan

  • Verify Mintlify renders the new dsp field in API reference
  • Verify content-agent.mdx examples render correctly

🤖 Generated with Claude Code


Summary by cubic

Adds documentation for the new dsp parameter that overlays a Spotify or Apple Music logo on generated videos in both the Content API and Slack bot. Implements REC-63 by updating the OpenAPI ContentCreateRequest schema, the /api/content-agent/{platform} webhook description, and the @mention syntax and examples.

Written for commit 30b4a99. Summary will update on new commits.

Document the new dsp enum parameter for DSP logo overlay in both
the OpenAPI spec and the Content Agent Slack bot documentation.

- Add dsp field to ContentCreateRequest schema in OpenAPI
- Add dsp parameter to @mention syntax table and examples
- Update content-agent webhook description

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 14, 2026

Warning

Rate limit exceeded

@recoup-coding-agent has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 34 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 59 minutes and 34 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1d2c0492-3aee-44db-92ae-6b7323f63ef7

📥 Commits

Reviewing files that changed from the base of the PR and between e6c9752 and 30b4a99.

📒 Files selected for processing (2)
  • api-reference/openapi/content.json
  • content-agent.mdx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/rec-63-dsp-logo

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="content-agent.mdx">

<violation number="1" location="content-agent.mdx:142">
P2: The new DSP example uses `for Spotify` instead of the documented `dsp=...` parameter format.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.

Comment thread content-agent.mdx

**Editorial with Spotify DSP logo:**
```
@RecoupContentAgent abc-123-uuid artist-release-editorial for Spotify
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The new DSP example uses for Spotify instead of the documented dsp=... parameter format.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At content-agent.mdx, line 142:

<comment>The new DSP example uses `for Spotify` instead of the documented `dsp=...` parameter format.</comment>

<file context>
@@ -136,6 +137,11 @@ The **Recoup Content Agent** is a Slack bot that generates social-ready artist v
 
+**Editorial with Spotify DSP logo:**
+```
+@RecoupContentAgent abc-123-uuid artist-release-editorial for Spotify
+```
+
</file context>
Suggested change
@RecoupContentAgent abc-123-uuid artist-release-editorial for Spotify
@RecoupContentAgent abc-123-uuid artist-release-editorial dsp=spotify
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant