Set up Respan
Set up Respan
- Sign up — Create an account at platform.respan.ai
- Create an API key — Generate one on the API keys page
- Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Use AI
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
This integration is for the Respan gateway.
What is Haystack?
Haystack is a Python framework for building production-ready LLM pipelines. Use theRespanGenerator component to route LLM calls through the Respan gateway.
Quickstart
Step 1: Install packages
Step 2: Set environment variables
Step 3: Use RespanGenerator in your pipeline
Step 4: Verify
Open the Logs page to see your gateway requests.Prompts
Use Respan-managed prompts with the gateway:Configuration
| Component | Description |
|---|---|
RespanGenerator | Routes LLM calls through the Respan gateway. |
RespanChatGenerator | Chat-specific gateway component. |
Looking for tracing integration? See Tracing > Haystack.