
Inferable helps developers build LLM-based agentic automations faster with a delightful developer experience.

Your data remains within your infrastructure at all times. Inferable employs an on-premise execution model where all compute and data processing occurs within your environment. The Inferable SDK only sends function outputs to the control plane, not the execution context or sensitive data like your environment variables and secrets.
No. Inferable uses a long-polling approach where all connections are initiated from your infrastructure to the Inferable control plane. There's no need for inbound connections or open ports, significantly reducing your security attack surface.
When using Inferable's AI capabilities: - Data is never stored by the AI model, beyond the context of your specific run - The AI model only has access to what your functions explicitly return, unless it's masked(). - The control plane never has access to data being processed by your functions - All model providers guarantee zero data retention - We exclusively work with model providers that can provide zero data retention guarantees
All data is sharded by the cluster. Data sent to the model is never retained by the model provider. We use AWS Bedrock for our model providers, which guarantees zero data retention. Data sent to the control plane will be retained until you delete the cluster or delete the run.
Share this tool