Skip to main content
GET
/
api
/
v1
/
ika
/
agent
/
usage
Get agent tier and rate limits
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/ika/agent/usage \
  --header 'X-API-Key: <api-key>'
{
  "tier": "free",
  "limits": {
    "rpm": 123,
    "rpd": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.inkwell.finance/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Agent API key obtained via self-registration or admin registration

Response

200 - application/json

Agent usage info

tier
enum<string>
Available options:
free,
builder,
pro,
enterprise
limits
object