Nexscope logo

External access

Use NexScope Data in your own AI agent

Copy an install command from the Data page, create an API key, and configure your external agent with the NexScope proxy base URL.

Environment variables

Use these placeholders in your own agent runtime.

NEXSCOPE_PROXY_BASE=https://api.nexscope.ai/
NEXSCOPE_API_KEY=<your_api_key>

What you get

Each data capability ships as a skill package with the files a compatible external AI agent needs.

What you need

A Nexscope API key and the matching NEXSCOPE_PROXY_BASE value for this environment.

Credits and usage

The Data page shows the estimated credits each call costs. External agent calls consume credits and fail when you run out.

Step 1: Create or copy an API key

Sign in, open API Access > API Keys, then create a key for your external agent. The full key is shown once after creation.

Open API Keys

Step 2: Copy an install command

Open the Data page, choose the capability you need, and in the Use in your own agent section pick your agent (Claude Code, Cursor, or Windsurf) and copy the install command.

Browse all skills in Data

Step 3: Run the install command

Run the copied command in your agent's terminal. It installs the package into the right skills directory (~/.claude/skills, ~/.cursor/skills, or ~/.windsurf/skills).

Step 4: Configure environment variables

Configure the proxy base URL and your own API key before starting the external agent.

NEXSCOPE_PROXY_BASE=https://api.nexscope.ai/
NEXSCOPE_API_KEY=<your_api_key>

Step 5: Run a minimal setup

Start your external agent after the Skill folder and environment variables are in place.

export NEXSCOPE_PROXY_BASE=https://api.nexscope.ai/
export NEXSCOPE_API_KEY=<your_api_key>
# Start your external agent after the Skill folder is in its supported Skills directory.

Troubleshooting

The API key is expired, disabled, deleted, or copied incorrectly.

The base URL does not match your deployment environment.

NEXSCOPE_PROXY_BASE or NEXSCOPE_API_KEY is missing in the agent runtime.

The skill package is old. Return to the capability's detail page and copy the latest install command.

Your account has no available credits for external calls.

The external agent does not support the folder where the Skill was placed.

This page uses placeholders only. Never paste real API keys, tokens, internal repository paths, or private object-storage keys into shared setup notes.