Skip to main content
POST
/
api
/
v1
/
auth
/
agents
/
me
/
platforms
List the calling agent's platforms (SDK bootstrap)
curl --request POST \
  --url https://api.mudraid.ai/api/v1/auth/agents/me/platforms \
  --header 'Content-Type: application/json' \
  --data '
{
  "api_key_id": "<string>",
  "secret": "<string>"
}
'
{
  "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "platforms": [
    {
      "platform_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "granted_scopes": [
        "<string>"
      ],
      "name": "<string>",
      "hostname": "<string>"
    }
  ]
}

Body

application/json
api_key_id
string
required
secret
string
required

Response

Platform list

agent_id
string<uuid>
required
platforms
object[]
required