Quickstart

Get Ninelayer running in under 5 minutes

Grab a token, connect it to your agent over MCP or one stateless HTTP call, and try it with a prompt. No SDK required.

Get your API key

Sign in and create a token from your dashboard. Tokens start with nl_live_ and are shown once — copy it immediately.

  1. Sign in (or create a free account)
  2. Open your dashboard → API Tokens
  3. Name it, click Generate, and paste it into the token field above

Connect your agent

Most agents and IDEs speak MCP directly. If yours doesn't, call the same tools over a single stateless HTTP request instead.

Terminal
claude mcp add ninelayer --transport http https://mcp.ninelayer.in/mcp/ -H "Authorization: Bearer nl_live_your_token"
Restart your agent after saving the config. Need a different tool? Browse 15+ integrations for exact steps.

Try it with a prompt

Paste one of these into your connected agent — it will call Ninelayer on its own.

Search the web for the latest Next.js 15 caching docs and summarize what changed.

Use ninelayer to check the current pricing page for [competitor] and compare it to ours.

Fetch this URL with ninelayer and summarize what changed since March: [paste URL]

Search arXiv for recent papers on retrieval-augmented generation evaluation.

Look up the current Anthropic API rate limits and summarize them for me.