Skip to main content
Nimble offers four integration paths. All four reach the same APIs. The right one depends on where your agent runs and how you want to authenticate.

Pick a path

Prefer OAuth where the client supports it. You sign in through the browser once and never handle a key, so there is nothing to paste, rotate, or leak. Tokens refresh automatically and you can revoke access at any time.

Which path fits?

Install the plugin.If your agent runs in a terminal, the plugin is the most complete setup. It installs two things at once: Agent Skills, which teach your agent which Nimble product fits a given job, and a pre-configured MCP server connection.Skills matter more than they sound. Without them an agent knows the API exists but not when to reach for Extract Templates instead of Extract, or a Web Search Agent instead of Search. The skills encode those choices.Plugin Installation has a tab for each supported platform: Claude Code, Claude Cowork, Cursor, Codex, Cortex Code, and Vercel CLI.For any other terminal agent, install the CLI and set NIMBLE_API_KEY. The CLI reaches every product, including several the MCP server does not carry. See the coverage table below.

What each path can reach

Coverage is not equal. Pick a path that carries the products you need.

Authentication

Two mechanisms cover every path. Use OAuth where you can and an API key where you must.

OAuth sign-in

The MCP server supports OAuth 2.1 with PKCE. Nothing to configure: the client discovers the flow from the server, opens your browser, and stores the token itself. Approving the consent screen grants permission to verify your identity, search the web, extract data, and manage Web Search Agents.

API key

Get a key from Settings → API Keys. Issue a separate key per project so you can revoke one without breaking the rest.

Using more than one path

Most teams do. A plugin for local development, MCP for a chat assistant, and the SDK for production code all hit the same APIs with the same key.

Next steps

Plugin Installation

Install skills and MCP config in your coding agent

MCP Server

Give any AI agent live web access

Quickstart

Your first API call in under a minute

Connectors

Wire Nimble into your agent framework