Skip to content

feat(openapi): add Formbricks Cloud servers#78

Merged
mattinannt merged 1 commit into
mainfrom
feat/add-formbricks-cloud-servers
May 22, 2026
Merged

feat(openapi): add Formbricks Cloud servers#78
mattinannt merged 1 commit into
mainfrom
feat/add-formbricks-cloud-servers

Conversation

@mattinannt
Copy link
Copy Markdown
Member

Summary

  • Adds https://app.formbricks.com and https://staging.app.formbricks.com as named server entries in openapi.yaml
  • Enables generated Hub API clients and MCP servers to target Formbricks Cloud instances out of the box

Test plan

  • Verify the OpenAPI spec is valid (make lint-openapi)
  • Confirm the new server entries appear in generated SDK/MCP client server lists

🤖 Generated with Claude Code

Add app.formbricks.com and staging.app.formbricks.com as server entries
so that generated Hub API clients and MCP servers can target Formbricks
Cloud instances out of the box.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 22, 2026

✱ Stainless preview builds

This PR will update the hub SDKs with the following commit message.

feat(openapi): add Formbricks Cloud servers
hub-openapi studio · code

Your SDK build had at least one "note" diagnostic.
generate ✅

hub-typescript studio · code

Your SDK build had at least one "note" diagnostic.
generate ✅build ⏭️lint ⏭️test ✅


This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push.
If you push custom code to the preview branch, re-run this workflow to update the comment.
Last updated: 2026-05-22 14:45:10 UTC

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 98d79164-2589-4bcb-817d-aebbdf4cbb55

📥 Commits

Reviewing files that changed from the base of the PR and between 1db86a9 and e10b281.

📒 Files selected for processing (1)
  • openapi.yaml

Walkthrough

The pull request adds two server endpoint entries to the OpenAPI specification. The servers section in openapi.yaml now includes Formbricks Cloud production (https://app.formbricks.com) and staging (https://staging.app.formbricks.com) environments, each with a descriptive label for clarity. This allows API clients to be aware of and route requests to the Formbricks Cloud instances.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is missing several required sections from the template, including motivation/context, dependencies, and most critical checklist items. Add missing required sections: complete 'What does this PR do?' with issue reference and full context, add 'How should this be tested?' with detailed test steps, and check off required checklist items indicating completion.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: adding Formbricks Cloud servers to the OpenAPI specification.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

@mattinannt mattinannt requested a review from xernobyl May 22, 2026 14:12
Copy link
Copy Markdown
Contributor

@xernobyl xernobyl left a comment

Choose a reason for hiding this comment

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

LGTM

@mattinannt mattinannt added this pull request to the merge queue May 22, 2026
Merged via the queue into main with commit b0ab202 May 22, 2026
5 checks passed
@mattinannt mattinannt deleted the feat/add-formbricks-cloud-servers branch May 22, 2026 14:43
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.

2 participants