---
page_title: Get Started
product: Integration CLI
page_source: https://juspay.io/in/docs/integration-cli/docs/integrate-with-cli/get-started
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/integration-cli/llms.txt
---


# Get Started



This guide walks you through setting up Juspay CLI and connecting it to your preferred AI coding assistant. Setup is a **one-time process**  that takes a few minutes. After it, you're ready to integrate.

> **Note**
> Before running the CLI, confirm:
> 
> * ✅ **Node.js and npm**  are available in your terminal.
> * ✅ At least one **supported AI coding agent**  is installed.




## **Step 1 — Run the setup command** 



Run it directly with `npx` (always latest, nothing to install)

`npx juspay checkout agent-setup`

Or install globally, then run:

`npm install -g juspay``juspay checkout agent-setup`


## **Step 2 — Select the agents and scope** 



Follow the interactive prompts to:


| Scope | Where it applies | Choose when |
|---|---|---|
| Global | Available in every project on your machine. | Global Installation (Recommended) |
| Project only | Lives in the current repository (committable). | You want it scoped to one repo — run the command from that repo. |



## **Step 3 — Verify the installation** 



`npx juspay checkout agent-setup list`

Confirm every intended agent appears with the correct scope.


## **Step 4 — Authenticate Juspay MCP** 



The dashboard MCP requires a one-time OAuth per configured agent. (docs-mcp-server needs no authentication.)


| Agent | How to authenticate |
|---|---|
| Claude Code | /mcp → juspay-mcp → Authenticate |
| Codex  | codex mcp logic juspay-mcp |
| OpenCode | opencode mcp auth juspay-mcp |
| Antigravity  | Settings → Customizations authenticates the dashboard MCP. |
| VS Code Copilot Chat | Settings → MCP Servers → Start the server |
| Cursor | Prompts to authenticate in its MCP settings. |
| Windsurf | Prompts to authenticate in its MCP panel. |



## **Step 5 — Start the integration workflow** 



Our skills smartly stitch together to be auto triggered if the agent is prompted to integrate Juspay and will automatically trigger each skill accordingly, you can also manually trigger these skills individually within your agent if a specific workflow is required. 


## **Reset or remove** 



To remove **all**  Juspay MCP and skill configuration (both global and project) and sign out of `juspay-mcp` sessions:

`npx juspay checkout agent-setup uninstall`

Useful before a clean re-install. To set up again, just re-run `agent-setup`.


## **Command reference** 




| Command | What it does |
|---|---|
| npx juspay checkout agent-setup | Configure your agents (MCP + skills). |
| npx juspay checkout agent-setup list | Show which agents are configured, and at which scope. |
| npx juspay checkout agent-setup uninstall | Remove everything and sign out. |
| juspay --version | Print the installed CLI version. |


---

## See Also

- [Overview](https://juspay.io/in/docs/integration-cli/docs/about-juspay-cli/overview)
- [Troubleshooting](https://juspay.io/in/docs/integration-cli/docs/integrate-with-cli/troubleshooting)
