---
title: "Getting started"
description: "Connect your first app through the Spinrun gateway and make a tool call in minutes."
url: https://docs.spinrun.ai/getting-started
markdown_url: https://docs.spinrun.ai/getting-started.md
---

# Getting started

Connect an app once — Gmail, Slack, Notion, HubSpot and about two hundred others — and any agent that speaks MCP can act inside it through a single authenticated endpoint.

## Steps [#steps]

1. Create an account at [https://spinrun.ai/signup](https://spinrun.ai/signup) and a workspace.
2. Connect an app from the dashboard.
3. Install the gateway into your client: `spinrun install cursor`, or print steps with `spinrun gateway cursor`.
4. Search for a tool: `spinrun search "create an issue"`.
5. Run it: `spinrun execute GITHUB_CREATE_ISSUE -d '{"owner":"acme","repo":"api","title":"..."}'`.

## Next [#next]

* [Connect an app](https://docs.spinrun.ai/getting-started/connect-an-app.md)
* [First tool call](https://docs.spinrun.ai/getting-started/first-tool-call.md)
* [Authorization](https://docs.spinrun.ai/getting-started/authorization.md)
* [Build vs run](https://docs.spinrun.ai/getting-started/build-vs-run.md)

## Related [#related]

* [Install](https://docs.spinrun.ai/install.md)
* [Build](https://docs.spinrun.ai/build.md)
