Using AI with Forte
Give your AI coding assistant current Forte instructions so it can use the supported CLI and SDK interfaces.
Install the Forte plugin
If you use Claude Code, install the Forte plugin so Claude can help you set up projects, write SDK integrations, and answer Forte questions accurately — right in your project's context.
/plugin marketplace add forteplatforms/claude-plugin
/plugin install forte@forteplatformsClaude uses the plugin automatically when you ask about Forte. The plugin updates automatically.
One-off install without plugins
Run this from the root of your repository:
curl -fsSL https://forteplatforms.com/claude-skill/install.sh | bashThen commit the generated .claude/skills/forte/ directory so the skill is available to everyone on your team.
Point your agent at any Forte page
When an AI agent requests a page on forteplatforms.com, Forte serves a machine-readable Markdown version. Give your assistant the normal Forte URL and Forte will automatically provide it with LLM-optimized, token-efficient content.
You can also get the Markdown explicitly:
- Add
.mdto any docs URL — for exampleforteplatforms.com/docs/core-concepts/services.md. - Use the Copy page button in the docs top bar to copy the current page as Markdown, ready to paste into your assistant.
Questions?
Contact support at support@forteplatforms.com.