Skip to main content
Give this prompt to your AI coding agent (Cursor, Antigravity, GitHub Copilot, Windsurf, Cline, etc.) and it will have everything it needs to integrate Fact0 into your project correctly.
Select your language below, then copy the entire block and paste it into your agent’s system prompt, rules file (.cursorrules, AGENTS.md, CLAUDE.md), or conversation context.

The Prompt


How to Use

1

Select your language

Click the Python, TypeScript, or Go tab above to see the prompt for your stack.
2

Copy the prompt

Expand the accordion and copy the entire markdown block.
3

Paste into your agent

Add it to your AI coding tool:
  • Cursor.cursorrules file in project root
  • AntigravityAGENTS.md or paste directly in conversation
  • GitHub Copilot.github/copilot-instructions.md
  • Cline / Windsurf → System prompt or rules file
  • Claude / ChatGPT → Paste as context at the start of your conversation
4

Ask your agent to integrate

Example prompts that work well:
  • “Add Fact0 audit logging to every tool call in my agent”
  • “Wrap my LangChain agent with Fact0 telemetry and audit trails”
  • “Add execution tracing to my FastAPI agent endpoint”
  • “Set up Fact0 to track all LLM invocations with token counts”
For the most up-to-date machine-readable context, you can also point your agent to:
  • https://docs.fact0.io/llms.txt — compact SDK reference
  • https://docs.fact0.io/llms-full.txt — complete documentation dump