| Layer | Product | Role |
|---|---|---|
| L4 | Blekline | Mask prompts, govern tool calls, audit |
| L2 | Fireworks AI | Model API / routing |
Wiring
- Point SDK
base_urlathttps://app.blekline.com/api/ingress/v1 - Set server
OPENAI_API_BASEto:https://api.fireworks.ai/inference/v1 - Provide upstream API key or IAM credentials on the sidecar (BYOK)
export BLEKLINE_WORKSPACE_TOKEN=blw_...
export OPENAI_API_BASE=https://api.fireworks.ai/inference/v1
Flow: Agent/SDK → L4 Blekline ingress → L2 Fireworks AI → model response.
See Fireworks AI documentation.
Next steps: Model providers hub · Ingress proxy · Deployment · Open workspace