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.
What is Haystack?
Haystack is a Python framework for building production-ready LLM pipelines. It provides components for retrieval, generation, and processing that can be composed into pipelines.Setup
View your trace
Open the Traces page to see your pipeline trace.

Configuration
See the Haystack Exporter SDK reference for the full API.| Component | Description |
|---|---|
RespanConnector | Connects pipelines to Respan for tracing. |
RespanTracer | Alternative tracing integration. |
RespanGenerator | Routes LLM calls through the Respan gateway. |
RespanChatGenerator | Chat-specific gateway component. |
Attributes
Pass Respan attributes through the connector:| Attribute | Description |
|---|---|
customer_identifier | User/customer identifier. |
metadata | Custom key-value pairs. |
Prompts
Use Respan-managed prompts in Haystack pipelines:Looking for gateway integration? See Gateway > Haystack.