Skip to main content
POST
Register a new agent

Authorizations

Authorization
string
header
required

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

Body

application/json
displayName
string
required
Example:

"prod-sentiment-analyzer"

capabilities
string[]
required
Example:
description
string
Example:

"Processes Farcaster sentiment for trading signals"

model
string
Example:

"llama3:70b"

agentVersion
string
Example:

"1.0.0"

Response

201

Agent registered. API key returned once — store securely.