index.mdx 874 B

1234567891011121314151617181920212223
  1. ---
  2. title: "Build"
  3. description: "Build on the engine used by millions daily."
  4. ---
  5. <CardGroup cols={1}>
  6. <Card title="Extend OpenCode" href="/build/plugins">
  7. Build plugins that add tools, integrations, commands, agents, and custom behavior while keeping the rest of OpenCode
  8. intact.
  9. </Card>
  10. <Card title="Run it as a server" href="/build/client">
  11. Connect to OpenCode with the same client used by the TUI and desktop app, then build any interface, workflow, or agent
  12. experience around it.
  13. </Card>
  14. <Card title="Embed it" href="/build/sdk">
  15. Embed OpenCode directly into your application and build a completely custom agent, interface, or developer product
  16. around it.
  17. </Card>
  18. </CardGroup>
  19. <Callout type="warning">
  20. The plugin API, client, and SDK are still being finalized during beta and may change before OpenCode 2.0 is stable.
  21. </Callout>