logo

Your GIS, now AI-supercharged

ArcGIS Pro AI Toolbox

Just download the Python toolbox and start using AI in ArcGIS Pro—no install process, no fuss.

Download .pyt Toolbox
How do I get an OpenRouter API key?
  1. Create an OpenRouter account at openrouter.ai
  2. Go to Settings > API Keys
  3. Click Create Key, give it a descriptive name (like "ArcGIS Pro AI"), and copy the secret value
  4. Use setx to store the API key on your machine:
    setx OPENROUTER_API_KEY "your-openrouter-key"
  5. (Optional) Add credit on the Billing page or attach a card so requests can run without limits

Checking Usage & Cost

The Tools

Create AI Feature Layer Generate a new feature layer based on your prompt. It's hit and miss, but also a ton of fun. Live web based demo
Add AI-Generated Field Add a new attribute field with text generated by AI. It's the AI version of "calculate field".
Get Map Info Export map metadata to JSON for use in AI workflows. This one is a utility for taking your context on the go. No more reminding ChatGPT what your layers are like...
Generate Python Code Create arcpy code snippets tailored to your map and task. Very powerful. My personal favorite. 🤓 I've spent the most time testing this one.
Convert Text to Numeric Clean, parsing of text fields into numeric values. Solves a common problem with AI-generated fields. Think "seventy five" ➡️ 75.
Generate Tool Transform Python code or prompts into complete toolbox (.pyt) files. The ultimate tool for creating tools! Turn your scripts into reusable ArcGIS toolbox tools with proper parameters and documentation.

View source