Hi all, Is there a nice way for me to track my credits, without having to log into main UI,
Currently, credit tracking requires logging into the main UI. You can view your credit usage by clicking your account name, going to Settings, then Credit usage in the sidebar. To check remaining credits, go to Settings > Plans and Billing where your remaining credits are listed under your plan. There isn't an alternative method to track credits outside of the main interface at this time.
Can that be part of a road map for a simple API?
We don't currently offer exposed API endpoints for credit tracking outside our main interface. Clay doesn't have a traditional API - we focus on webhook-based workflows where you send data into Clay, process it, then push results out via HTTP API. We can't add features to our roadmap through support, but your feedback is valuable for our product team's consideration.
ok then I would like a Webhook that can call an endpoint when my credits are at a certain level
Clay's webhooks are designed to receive incoming data from external applications, not to send outbound notifications based on internal system events like credit levels. Our webhook functionality allows you to create tables that monitor incoming HTTP POST requests in JSON format, but these are triggered by external events sending data to Clay rather than Clay monitoring internal metrics and sending alerts. Clay doesn't currently offer webhook notifications for credit thresholds or other account-level monitoring events. What specific credit threshold would you want to monitor, and what external system would you want to receive the notification?
buy you have an API that would give that information https://api.clay.com/v3/subscriptions/XXXX why not allow an API key hit this endpoint?
Clay doesn't offer exposed API endpoints that can be directly queried to use the product outside of our interface. We don't have a traditional API - our focus is on webhook-based workflows where you send data into Clay, process it, then push results out via HTTP API. While you can find your API key in Settings > Your Profile, this is designed for Clay's HTTP API integration to connect with external services, not for accessing Clay's internal endpoints like credit information. Credit tracking currently requires using the main UI through Settings > Credit usage or Settings > Plans and Billing.