1. Get your organization ID
- Sign in at app.agnost.ai.
- Open Settings > Organization. Copy your organization ID: it’s a UUID.
org_id and AGNOST_ORG_ID both mean your organization ID. It
routes telemetry to your workspace but does not grant dashboard read access.
2. Set up your application
Install the skill in your agent environment:Setup guides
Continue in the Get started sidebar and select the framework or application type you already use. Each AI framework guide keeps all three approaches together:- Agnost AI skill — recommended; it inspects, instruments, and verifies your app.
- Agnost AI SDK — manually wrap the framework call you want to analyze.
- OpenTelemetry — connect existing framework telemetry to Agnost AI.
Agent frameworks
Set up Agnost AI for Agno, Anthropic, CrewAI, DSPy, LangChain, Mastra, OpenAI, and more.
Custom applications
Track custom Python or TypeScript AI interactions, or connect an existing OTel pipeline.
MCP servers
Track tool, resource, and prompt calls from a dedicated MCP server.
Platforms
Set up MCP Toolbox or Apify telemetry.
Verify
Open app.agnost.ai and check:- Conversations for SDK-tracked interactions
- Tool calls for MCP tool invocations
- Events for the unfiltered event stream
Next steps
- Conversations: review the complete interaction you sent.
- Events: inspect the underlying telemetry and verify its fields.
- Intents: organize production conversations by what users wanted.