Skip to main content
GET
Get Agent
Retrieves information about a registered AI agent, including metadata and associated payment plans.

Path Parameters

Example Request

Response Structure

Example Response

Notes

  • You must initialize the Payments client with a valid nvmApiKey before calling getAgent.
  • The returned object includes all plans currently associated with the agent.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string
required

The unique identifier of the agent to retrieve

Response

Agent information response

agentId
string
metadata
object
plans
object[]