Get Credits
Billing & Credits
Get Credits
Read the current credit configuration
GET
Get Credits
CLI:
Overview
Returns the public credit price table for billable Puffle actions. The response is a static map from action identifier to credits consumed per unit of work. Use this before creating lead searches, enrichment runs, deep research, generated messages, or other billable operations when you need to estimate spend.AI agent notes
Fetch this live instead of hard-coding prices. Multiply the returned action cost by the planned batch size or unit count to produce an estimate. If an action is absent from the map, do not assume it is free; check the endpoint page or ask the human before launching a potentially billable workflow.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.