Add Profiles to Pool
curl --request POST \
--url https://odyssey.asteroid.ai/agents/v2/agent-profile-pools/{poolId}/members \
--header 'Content-Type: application/json' \
--header 'X-Asteroid-Agents-Api-Key: <api-key>' \
--data '
{
"profileIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'{
"message": "<string>"
}Add Profiles to Pool
Add profiles to a pool
POST
/
agent-profile-pools
/
{poolId}
/
members
Add Profiles to Pool
curl --request POST \
--url https://odyssey.asteroid.ai/agents/v2/agent-profile-pools/{poolId}/members \
--header 'Content-Type: application/json' \
--header 'X-Asteroid-Agents-Api-Key: <api-key>' \
--data '
{
"profileIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.asteroid.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The ID of the agent profile pool
Body
application/json
Profile IDs to add
Request to add profiles to a pool
Profile IDs to add to the pool
Minimum array length:
1Response
There is no content to send for this request, but the headers may be useful.
⌘I

