Frequently Asked Questions
General Questions
What is A24Z?
A24Z is an observability platform designed specifically for AI coding agents. It captures telemetry data from tools like Claude Code, Gemini CLI, and Codex, providing insights into tool usage, performance, and costs.Is A24Z free?
A24Z offers both free and paid tiers:- Free Tier: Up to 100K events/month, perfect for individual developers
- Team Tier: $49/user/month with unlimited events
- Enterprise: Custom pricing for large organizations
Which AI tools does A24Z support?
Currently supported:- Claude Code
- Gemini CLI
- Codex
- Cursor
- Continue
- Aider
- And more!
How does A24Z differ from other observability tools?
A24Z is purpose-built for AI coding agents:- Specialized Metrics: Tool success rates, prompt effectiveness, AI-specific analytics
- Easy Setup: One command installation
- AI-Native: Understands AI tool semantics
- Cost Tracking: Token usage and cost attribution
Privacy & Security
Is my code data safe?
Yes! A24Z prioritizes security:- No Code Storage: We only store metadata (tool names, execution times, success/failure)
- Encryption: All data encrypted in transit and at rest
- Organization Isolation: Strict multi-tenant data separation
- SOC 2 Compliant: Audited security practices
What data does A24Z collect?
A24Z collects:- Tool execution events (name, timestamp, duration)
- Success/failure status
- Token usage and costs
- Session metadata
- Error messages (sanitized)
- Source code content
- File contents
- Passwords or secrets
- Personal user data
Can I delete my data?
Yes! You can:- Delete individual sessions
- Purge all data
- Close your account (deletes everything)
Is A24Z GDPR compliant?
Yes, A24Z is GDPR compliant:- Right to access your data
- Right to deletion
- Data portability
- Consent management
- Privacy by design
Technical Questions
Does A24Z slow down my tools?
No. A24Z uses:- Async Hooks: Non-blocking event capture
- Fast API: Sub-millisecond overhead
- Graceful Degradation: Tools work even if A24Z is down
- Local Buffering: No blocking on network
Can I self-host A24Z?
Yes! A24Z is open source. You can:- Run on your own infrastructure
- Deploy to your cloud
- Customize for your needs
What’s the data retention period?
Default retention:- Free Tier: 7 days
- Team Tier: 30 days
- Enterprise: Custom (up to 2 years)
Can I export my data?
Yes! Export options:- CSV Export: Via dashboard
- API Access: Programmatic data access
- Database Dump: For self-hosted instances
Billing & Plans
How does billing work?
Billing is based on:- Events: Number of tool executions
- Users: Number of active users
- Storage: Data retention period
Can I change plans?
Yes, anytime:- Upgrade: Immediate access to new features
- Downgrade: Takes effect next billing cycle
- Cancel: Data retained for 30 days
Do you offer discounts?
Yes!- Annual Plans: 20% discount
- Startups: 50% off for YC companies
- Education: Free for students/educators
- Open Source: Free for OSS projects
What payment methods do you accept?
- Credit cards (Visa, Mastercard, Amex)
- ACH/Wire (Enterprise only)
- Purchase orders (Enterprise only)
Usage & Features
How do I invite team members?
- Go to Settings → Team
- Click “Invite Member”
- Enter email address
- Select role (Admin, Manager, User)
- Send invitation
Can I integrate A24Z with other tools?
Yes! Integrations available:- Slack: Notifications and alerts
- Datadog: Forward metrics
- PagerDuty: Critical alerts
- Webhooks: Custom integrations
How do I set up alerts?
- Go to Settings → Alerts
- Click “New Alert”
- Choose metric and threshold
- Select notification channel
- Save
Can I create custom dashboards?
Yes! Options:- Dashboard Builder: Drag-and-drop interface
- Templates: Pre-built dashboards
- API: Build custom UIs
Organization & Teams
What’s the difference between organizations and teams?
- Organization: Top-level entity (e.g., “Acme Corp”)
- Team: Group within organization (e.g., “Platform Team”)
Can I belong to multiple organizations?
Yes! Common scenarios:- Consultant working with multiple clients
- Employee at company + personal projects
- Contractor for multiple organizations
a24z org switch to switch between them.
What roles are available?
Organization Roles:- Admin: Full access, billing, user management
- Member: Team data access
Support
How do I get help?
Multiple channels:- Documentation: docs.a24z.ai
- Community: Slack
- Email: [email protected]
- GitHub: Issues
What’s your support SLA?
Free Tier:- Community support
- Best-effort response
- Email support
- 24-hour response time
- Priority support
- 4-hour response time
- Dedicated Slack channel
- Phone support available
Can I request features?
Yes! We love feedback:- Check GitHub Discussions
- Vote on existing requests
- Submit new feature requests
- Describe your use case
Is there a roadmap?
Yes! View our Public Roadmap to see:- Upcoming features
- In-progress work
- Recently shipped
Migration & Compatibility
Can I migrate from another observability platform?
Yes! We support migration from:- Custom logging solutions
- Generic observability platforms
- Other AI monitoring tools
What Node.js versions are supported?
- Minimum: Node.js 18.0.0
- Recommended: Node.js 20 LTS
- Tested: Node.js 18, 20, 21
What operating systems are supported?
- macOS: 10.15+
- Linux: Ubuntu 20.04+, Debian 11+, RHEL 8+
- Windows: WSL2 (Windows 10/11)
Advanced Usage
Can I use A24Z programmatically?
Yes! Via the API:Can I customize what data is collected?
Yes! Options:- Filter by tool name
- Sample percentage (e.g., collect 10% of events)
- Custom attributes
- Exclude sensitive operations
~/.a24z/config.json.
How do I debug hook issues?
Enable debug mode:What happens if A24Z is down?
Your tools continue working normally:- Graceful degradation: Tools work even if A24Z is unavailable
- Local buffering: Events are buffered locally
- Automatic retry: Events are sent when service resumes
- No data loss: Buffered events are preserved
Can I use A24Z offline?
Partial functionality:- Tools work offline: Your AI tools function normally
- Data buffered: Events are queued locally
- Syncs when online: Data is sent when connection restored
How accurate are the metrics?
Very accurate:- Tool executions: 100% accurate (captured at hook level)
- Token counts: Provided by AI provider APIs
- Costs: Based on official provider pricing
- Timestamps: UTC timezone, millisecond precision
Can I integrate with CI/CD?
Yes! Common use cases: Track build performance:- Track AI-generated test coverage
- Measure test generation success rate
- Cost per test file
What’s the difference between sessions and executions?
- Session: A conversation or task (e.g., “implement feature X”)
- Execution: Individual tool use within a session (e.g., “view file Y”)
Can I share dashboards with my team?
Yes! Options:- Shared dashboard URLs: Copy link and share
- Embedded dashboards: Embed in internal tools
- Scheduled reports: Email dashboard snapshots
- Public dashboards: (Enterprise) Share with external stakeholders
How do I track costs by project?
Use custom attributes:What metrics should I track?
For Engineers:- Tool success rate (target: >85%)
- Average execution time
- Error rate and types
- Team productivity (executions/day)
- Cost per engineer
- Success rate trends
- Organization-wide costs
- ROI (time saved vs cost)
- Adoption rate
How do I improve my success rate?
Common issues and fixes:-
Low success rate (<70%):
- Review failed executions
- Check prompt clarity
- Verify tool selection
- Train on best practices
-
Inconsistent results:
- Standardize prompts
- Use templates
- Share working patterns
-
High error rate:
- Check logs for common errors
- Update tool configurations
- Verify API keys are valid
Can I use multiple API keys?
Yes! Use cases:- Per environment: dev, staging, production
- Per project: separate billing
- Per team: team-specific keys
- Rotation: overlap during key rotation
How is success rate calculated?
Formula:- Tool completed without errors
- Result was useful (not rejected)
- No timeout or crash
What causes tool failures?
Common causes:- Permission errors: File system permissions
- Invalid input: Malformed commands or paths
- Network issues: API timeouts
- Resource limits: Memory or CPU constraints
- Tool bugs: Issues in the tool itself
Can I export data for analysis?
Yes! Multiple formats: CSV Export:- Click “Export” button on any chart
- Choose format (CSV, JSON, Excel)
How do I set up SSO?
For Enterprise plans:- Contact [email protected]
- We’ll configure SAML integration
- Supported providers:
- Okta
- Azure AD
- Google Workspace
- Auth0
- OneLogin
What’s the API rate limit?
Free Tier:- 1,000 requests/hour
- 10,000 requests/day
- 10,000 requests/hour
- 100,000 requests/day
- Custom limits
- Burst capacity available
How do I optimize for cost?
Best practices:-
Use appropriate models:
- Small tasks → small models
- Complex tasks → large models
-
Manage context:
- Remove unused files from context
- Use file references, not full content
- Clear history regularly
-
Batch operations:
- Group related tasks
- Avoid repeated context loading
-
Monitor and alert:
- Set budget alerts
- Review high-cost sessions
- Train team on efficiency
Can I create custom metrics?
Yes! Via the API:What browsers are supported?
Supported:- Chrome 90+ (recommended)
- Firefox 88+
- Safari 14+
- Edge 90+
- Internet Explorer
- Opera Mini
- Browsers with JavaScript disabled
How do I report a bug?
Quick report:- Go to GitHub Issues
- Click “New Issue”
- Choose “Bug Report” template
- Fill in details
- Steps to reproduce
- Expected vs actual behavior
- Screenshots if applicable
- Browser/OS version
- Output of
a24z status
Is there a mobile app?
Not currently. However:- Mobile web: Dashboard works on mobile browsers
- Responsive design: Optimized for tablets
- Native app: On the roadmap for Q3 2024
How do I switch between organizations?
Via CLI:- Click organization dropdown (top right)
- Select organization
What happens when I hit my plan limit?
Free Tier:- Events beyond 100K/month are dropped
- Upgrade prompt appears
- No service disruption
- No hard limits
- Overage charges apply
- Billing notification sent
Can I get a demo?
Yes! Request a demo:- Email: [email protected]
- Schedule: cal.com/a24z/demo
- Duration: 30 minutes
- Includes: Live walkthrough, Q&A, custom setup advice
How do I become a reseller/partner?
We offer partnership opportunities: Partnership tiers:- Integration Partner: Build integrations
- Reseller: Sell A24Z to clients
- Technology Partner: Joint solutions