> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sovrnti.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get snapshot

> Pull the Sovrnti Snapshot for a technology market.

Returns the Sovrnti Snapshot for one technology market: every product scored on Innovation, Control, and Scale. In Claude.ai and supported clients, you also get an interactive chart.

## What you get

The full scoring for every product in the market, plus the methodology Sovrnti used:

```json theme={null}
{
	"market": {
		"marketId": "coworkers",
		"name": "Co-workers",
		"lastUpdated": "2026-05-26T07:00:00.000Z"
	},
	"products": [
		{
			"productId": "mistral-vibe",
			"name": "Mistral Vibe",
			"innovationScore": x,
			"controlScore": y,
			"scaleScore": z
		},
		...
	],
	"methodology": "Innovation scored across model capability benchmarks, multimodal support, and API feature depth. Scale scored across SLA tiers and customer footprint. Control scored across legal, infrastructure, data and resiliency capabilities."
}
```

## How to use it

Ask your assistant:

```text theme={null}
Show me the Sovereignty Snapshot for AI co-workers.
```

Or more specifically:

```text theme={null}
Which products in the AI co-workers market are in the "Frontier" band?
```

Your assistant calls [List markets](/mcp/tools/sovrnti_markets_list) first if needed to confirm the market, then pulls the Snapshot.

## Troubleshooting

* **`market-not-found`** — the market name is well-formed but doesn't exist. Ask your assistant to list markets first.
* **`insufficient-credits`** — wallet empty. Top up in your organization's billing page.

## See also

* [List markets](/mcp/tools/sovrnti_markets_list) — find the right market first.
* [Explore a technology market](/mcp/how-to/explore-a-technology-market) — a full worked example.
