Skip to main content
GET
/
api
/
v1
/
agents
List your agents
curl --request GET \
  --url https://backend.inkwell.finance/api/v1/agents \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": 123,
      "agentName": "<string>",
      "agentType": "<string>",
      "identityTier": "<string>",
      "keyPrefix": "<string>"
    }
  ]
}

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

Authorization
string
header
required

User JWT token for agent management endpoints

Response

200 - application/json

Agent list

success
boolean
data
object[]