The Agent Activity page is the account-level audit view for recent DevTune API usage. It is designed for teams that want visibility into how internal tools, automations, and AI agents are using the DevTune API.Documentation Index
Fetch the complete documentation index at: https://docs.devtune.ai/llms.txt
Use this file to discover all available pages before exploring further.
What the Page Shows
Agent Activity displays a recent request log across the account, including:- When the request happened
- Project
- API key
- Method
- Endpoint
- Status
- Scope
- Latency
- Error / rate limit state
What It Is Useful For
Agent Activity helps answer questions like:- Which integrations are actively using the API?
- Which projects are receiving the most programmatic traffic?
- Are requests failing because of scope or authorization issues?
- Are certain endpoints slower or more error-prone than expected?
- Is a key still being used after it should have been retired?
Common Workflows
Debugging an integration
- Open Agent Activity
- Find the affected endpoint or project
- Check status codes, scopes, and error fields
- Confirm the expected key is being used
Auditing key usage
- Review recent activity by key
- Identify keys with no recent usage
- Revoke unused keys from API Keys
Reviewing agent behavior
- Confirm agents or automations are only hitting the expected endpoints
- Check response status and latency
- Validate that assigned scopes match the intended access surface
Permissions
Agent Activity is available on plans that include API access.Best Practices
- Use distinct API keys for distinct integrations so the log stays attributable
- Check Agent Activity after changing scopes or rotating secrets
- Review rate-limited or error-heavy endpoints before widening access
Next Steps
- API Keys - Create, scope, or revoke keys
- Authentication - Review how keys and scopes work
- Webhooks - Pair outbound event delivery with inbound API usage