Skip to main content
INTERFACE · CHAT

Geospatial work, at the speed of a question.

Chat is the front door to the Axis platform. Ask in plain language; the agent plans, executes, and returns a real artefact. When you want to save and repeat the work, one click turns any conversation into a reusable agent.

WHAT YOU ASK

Three domains, one chat box.

Practitioners ask in the language of their work. The agent picks the right data, the right tools, and returns a shareable artefact.

AGRITECH

Score our 350 soya co-operatives against the upcoming monsoon anomaly forecast and flag the 20 highest-risk co-ops with a one-page brief per site.

Population exposure analysis — sample Axis output
CLIMATE

Run flood exposure for the Rhine catchment at 500y return period, intersect with critical infrastructure, return a GeoParquet + a shareable map URL.

Flood impact analysis — sample Axis output
REINSURANCE

Post-event: pull Sentinel-1 over the hurricane footprint, classify damaged structures, reconcile against our exposure file, and deliver a claims-ready CSV.

Post-event damage assessment — sample Axis output
You type the question you would have emailed the GIS team. An answer you can share comes back the same afternoon, along with the code, the data it touched, and a button to run it again next quarter.- head of catastrophe modelling, European reinsurer
HOW IT WORKS

Ask. Plan. Deliver.

01

Ask

Type a sentence the way you would brief a colleague. No forms, no click-paths, no query builder. The agent parses intent and scopes the task before anything runs.

02

Plan

Before execution, the agent shows you the plan: which datasets, which tools, what the output will look like. Edit it inline, or approve and let it go.

03

Deliver

A map, a file, a report, and the code that produced it. Save the whole conversation as a reusable agent, or call the same run via REST from your own product.

FOR BUILDERS

Every chat is an API.

Any successful conversation saves as a named agent. Call it from your own product with a POST, pass the parameters your users supply, get the same artefact your team reviewed. Agritech apps, climate dashboards, and claims platforms embed Axis agents this way today.

# POST to any saved agent
curl -X POST https://api.axisspatial.com/v1/agents/flood-exposure/run \
  -H "Authorization: Bearer $AXIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "aoi": "Rhine catchment",
    "return_period": 500,
    "output": "geoparquet"
  }'
ONE SENTENCE AWAY

Type a question. Get a real answer.

Free to try. Sign in with email, ask anything geospatial, keep what you want to keep.

Try the chatBook a demo