Skip to main content
POST
/
api
/
agents
/
register
Register Agent
curl --request POST \
  --url https://api.steadwing.com/api/agents/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "source": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json

Request schema for agent self-registration.

source
string
required

Agent framework source (claude-code, cursor, windsurf)

Required string length: 1 - 50

Response

Successful Response