Catch emerging category
language sooner.
Add current category context to your prompt-generation pipeline. Expand visibility monitoring beyond established search keywords to the terms, products, and questions gaining momentum now.
Add one current input
Expand the prompts your platform monitors.
Use Gist alongside brand data to generate prompts around what users are looking for now.
ExampleSkincare brand
Inputs
Brand and product dataCategory, positioning, and products
Historical keywordsEstablished queries and search demand
Gist current context - Skincare
PDRNazelaic acidglass skin
Prompt generation
Current visibility prompts
Which PDRN serums are recommended for skin repair?
What are the best azelaic acid products for pigmentation?
Which products are recommended for a glass-skin routine?
One API call. One context block.
Current context for every category you monitor.
Fetch global category context or request a segment for a specific market or audience. Cache it on your schedule and use it across prompt generation, monitoring, and analysis.
Fetch
GET /v1/context/skincareCacheLatest context block
GenerateVisibility prompts
MonitorAI visibility
TypeScriptknowledgeCutoff: 2026-07-26
const url = new URL(
"https://gist-api.the-alt.co/v1/context/skincare"
);
const context = await fetch(
url,
{ headers: { Authorization: `Bearer ${GIST_API_KEY}` } }
).then((response) => response.json());
const promptSeed = `
Generate visibility prompts for this brand.
Include these current category signals when relevant:
${context.read}
`;A discovery layer for prompt coverage
Add discovery to historical keyword coverage.
Historical keyword dataGist context
Built around established search demandBuilt to surface emerging signals across social and web
Returns keywords and search metricsReturns terms with context on why they matter
Strong for validating known demandAdds prompts your existing set may not cover
Used as a retrospective inputSynthesized weekly for prompt use
Monitor the prompts your keyword set hasn’t found yet.
Add current category context to the AI visibility workflow you already run.