---
title: "GET /agent"
method: GET
path: "/agent"
tags: ["Agent"]
---

# GET /agent

`GET /agent`

Retrieve basic agent information

## Headers

- `x-tenant-id` string

## Response `200`

Ok

- AgentInfo
  - `config` ApiAgentConfig, required
    - `label` string, required
    - `connectionImageUrl` string
    - `endpoints` string[]
    - `didCommMimeType` 'application/ssi-agent-wire' | 'application/didcomm-envelope-enc'
    - `useDidKeyInProtocols` boolean
    - `useDidSovPrefixWhereAllowed` boolean
    - `autoUpdateStorageOnStartup` boolean
    - `backupBeforeStorageUpdate` boolean
  - `isInitialized` boolean, required — Whether the agent has been initialized.

---

[API](https://skmtc.net/openwallet-foundation/apis/credo-rest-api.md) · [All operations](https://skmtc.net/openwallet-foundation/apis/credo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwallet-foundation/credo-rest-api/revisions/33596742b733/schema)
