Skip to main content
Your coding agent can do the whole integration: install the SDK, wire the key from env, submit a job, and verify the result. Paste this into any agent that can fetch a URL:
The hosted prompt at rendobar.com/prompts/integrate.md is the same text as the block below and stays current.

The full prompt

Agent can’t fetch URLs? Copy the whole prompt instead:

Open it in one click

Claude has no prefill link. In claude.ai or Claude Code, paste the prompt above, or connect the hosted MCP server at https://api.rendobar.com/mcp over OAuth to run jobs straight from the conversation.

Keep it in your repo

Save the prompt as an agent rule so the context survives past the first session:
  • Cursor: .cursor/rules/rendobar.md
  • Claude Code: add it to CLAUDE.md or AGENTS.md
  • GitHub Copilot: .github/copilot-instructions.md

Install the agent skills

Skill-aware agents such as Claude Code can install Rendobar’s skills instead of carrying a prompt:
Skills cover the same integration playbook and update independently of your repo.

See also

  • MCP server: run jobs from the chat over OAuth, no API key to copy
  • API quickstart: do the integration by hand in under 5 minutes
  • SDK: the TypeScript client the prompt installs