Please wait while we prepare your dashboard.
Follow these steps to integrate your AI agents with PrecogX real-time security monitoring.
Account activated on the plan. Head to to see your live data.
You are on the undefined plan. Upgrade anytime to unlock more features and higher limits.
API keys are disabled in demo mode. Activate your plan to create real authentication keys.
Activate your free plan to create real API keys.
Choose your integration method. Once connected, real-time telemetry and security detections stream to your dashboard.
Seamless integration with your Python AI applications.
Detects and blocks before attack runs
Send telemetry directly via HTTP from any language.
LangChain, LlamaIndex, CrewAI and more.
from precogx_sdk import PrecogXEmitter
from precogx_sdk.langchain import PrecogXCallbackHandler
# Set agent_id once on the emitter
emitter = PrecogXEmitter(
backend_url="https://api.precogx.ai",
api_key="px_live_your_api_key",
agent_id="my-langchain-agent",
)
handler = PrecogXCallbackHandler(
emitter=emitter,
agent_id=emitter.agent_id,
)
llm = ChatOpenAI(callbacks=[handler])Flowise, Dify, n8n, Zapier.
# Flowise — Add HTTP Request node
URL: https://api.precogx.ai/api/v1/telemetry/ingest
Method: POST
Header: x-api-key: px_live_your_api_key
Body (JSON):
{
"agentId": "my-flowise-agent",
"prompt": "{{input}}",
"response": "{{output}}"
}Activate your plan to see real agent connections.
See it in action
Try the Detection Simulator to watch the full loop — a simulated attack gets flagged, appears in your Validation Queue, and asks for your decision.
Once your agent is connected, these features give you full visibility.
Monitor Detections
Real-time security alerts and threat detections
Configure Alerts
Slack notifications and custom alert rules
Agent Analytics
Agent performance and trust score tracking
API Management
Create and manage keys for different environments
Threat Analysis
Investigate patterns and security incidents
Documentation
Guides, API references, and integration examples