FAQ
Frequently asked questions about AIGodfather.
What types of agents can I monitor?
Any software that can make HTTP requests. LLM agents, automation bots, cron jobs, n8n/Make workflows, custom scripts — if it can call an API, it works.
How fast are rules evaluated?
Rules evaluate synchronously during the API call. Typical latency is under 50ms. The response tells you immediately if the action was blocked or requires approval.
Does AIGodfather store my data?
Yes. Events, metadata, and incidents are stored in your tenant's isolated database. You can configure data retention policies per plan. Enterprise plans support custom retention and data residency.
Is there a free trial?
Yes. The 3-day free trial includes 5,000 events, 1 agent, and core features. No credit card required. Upgrade to Agent (€19/mo), Growth (€299/mo), or Business (€899/mo) for more.
Can I self-host?
Enterprise plans include self-hosted and on-premise deployment options. Contact us for details.
What about latency? Will it slow my agent?
The SDK is async by design. Events are sent as HTTP POST requests. If you don't need to check the response (no blocking rules), you can fire-and-forget. If you have blocking rules, the round-trip is typically 30-80ms.