---
page_title: Overview
product: Integration CLI
page_source: https://juspay.io/in/docs/integration-cli/docs/about-juspay-cli/overview
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/integration-cli/llms.txt
---


# **Juspay CLI** 




## **Accelerate integration with AI — your assistant, your codebase, your control.** 



Juspay CLI is a developer tool that enables AI-assisted integration of Juspay Checkout. Instead of manually reading docs, figuring out configuration, and writing integration code from scratch, the CLI gives your AI coding assistant the context it needs to help you integrate faster and more accurately — while your engineering team stays in complete control.

Whether you're setting up a new checkout integration or migrating from an existing one, Juspay CLI streamlines the development experience without changing how your team reviews and ships code.


## **What Juspay CLI provides?** 




### 📚 **Latest documentation** 



Connects your assistant to Juspay's current APIs, SDKs, and integration guides over the Model Context Protocol (MCP) — so guidance and generated code are never stale.


### 🔐 Authenticated Dashboard context



After a one-time sign🧭-in, your assistant reads _your_  account setup (configuration, enabled features) and tailors steps to your merchant — not a generic example.


### 🧭 Guided end-to-end integration journey



A repeatable workflow takes you from requirements → design → implementation → validation (see _SKILLS_  below).


## **The integration journey** 



Juspay CLI works alongside your preferred AI assistant across every stage of the lifecycle:

* **Understand**  your checkout and payment requirements
* **Designe**  the integration architecture
* **Generate**  integration code and configuration
* **Explain**  implementation decisions and API usage
* **Validate**  the implementation before testing
* **Resolve**  issues faster with contextual guidance


## **What gets installed?** 



Running our package adds two things to your AI agent: **MCP servers**  (how the assistant reaches Juspay) and **skills**  (the workflow it follows).


### MCP Servers




| MCP server | Purpose | Authentication |
|---|---|---|
| docs-mcp-server | Gives the agent access to Juspay documentation. | None. |
| juspay-mcp | Gives the agent access to dashboard capabilities such as orders, status, dashboard configurations and analytics. | One-time, in-agent OAuth authentication required. |



### **Skills** 




| Skill | Responsibility | Expected outcome |
|---|---|---|
| jp-prd | Captures what the checkout integration must do. | A product requirements document describing requirements, scope, flows, and constraints. |
| jp-architecture | Converts the PRD into an implementation design. | A technical design and actionable task checklist describing how the integration will be built. |
| jp-executor | Implements the integration from the PRD and architecture. | Working integration code aligned with the approved requirements and design. |
| jp-validate | Tests and reviews the completed implementation. | Risk-prioritized findings and a final PASS, CONCERNS, or FAIL gate. |



## Supported Agents



Juspay CLI configures the AI coding agents you already use:**Claude Code · Codex CLI · Gemini CLI · OpenCode · Cursor · Windsurf · GitHub Copilot CLI · VS Code Copilot Chat · Antigravity** 


## Built to work with your team



Juspay CLI assists your development process, it does not replace it.

our engineering team reviews every suggestion, modifies generated code as needed, performs testing, and follows your existing development, review, and deployment workflows. Integrations stay **secure, maintainable, and aligned with your engineering standards**  — with significantly less implementation effort.

---

## See Also

- [Get Started](https://juspay.io/in/docs/integration-cli/docs/integrate-with-cli/get-started)
