GnistAI GnistAI
Log in

Developer Quickstart

Get from zero to your first API call in under two minutes.

Overview   |   MCP   |   REST API   |   CLI   |   Frameworks   |   Webhooks   |   Toolkits   |   OpenAPI   |   Home
1 Get an API Key

Sign up for a free key at /signup. The free tier gives you 100 calls/day — enough to build and test.

Your key will look like: gnist_ctx_abc123...

2 Choose Your Interface

Gnist Context offers three ways to access data. Pick the one that fits your setup:

Interface Best for Protocol
MCP AI agents (Claude, Cursor, custom agents) Model Context Protocol over HTTP
REST API Apps, scripts, integrations Standard HTTP + JSON
CLI Terminal workflows, shell scripts, automation Installable CLI wrapping the REST API
Frameworks OpenAI, LangChain, CrewAI, Pydantic AI, LlamaIndex, AutoGen, Mastra Native tool definitions for AI frameworks
Webhooks Real-time alerts, monitoring, event-driven workflows HTTPS callbacks with HMAC-SHA256 signatures

All three interfaces access the same data and toolkits. Your API key works everywhere.

3 Interface Guides