🚀 Introducing Astro - Your AI assistant for building and improving agents. Get started
curl --request POST \
--url https://odyssey.asteroid.ai/agents/v2/agent-profile-pools \
--header 'Content-Type: application/json' \
--header 'X-Asteroid-Agents-Api-Key: <api-key>' \
--data '
{
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"allowConcurrentUse": false,
"selectionStrategy": "least_recently_used"
}
'{
"allowConcurrentUse": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updatedAt": "2023-11-07T05:31:56Z"
}Create a new agent profile pool
curl --request POST \
--url https://odyssey.asteroid.ai/agents/v2/agent-profile-pools \
--header 'Content-Type: application/json' \
--header 'X-Asteroid-Agents-Api-Key: <api-key>' \
--data '
{
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"allowConcurrentUse": false,
"selectionStrategy": "least_recently_used"
}
'{
"allowConcurrentUse": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updatedAt": "2023-11-07T05:31:56Z"
}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.
Agent profile pool to create
Request to create a new agent profile pool
Name of the agent profile pool (must be unique within organization)
1 - 255The ID of the organization that the pool belongs to
Whether multiple executions can use the same profile concurrently
Strategy for selecting an available profile from the pool
least_recently_used, most_recently_used The request has succeeded and a new resource has been created as a result.
A pool of agent profiles that can be used for credential rotation
Whether multiple executions can use the same profile concurrently
When the pool was created
Unique identifier for the agent profile pool
Name of the agent profile pool (unique within organization)
The ID of the organization that owns this pool
Strategy for selecting an available profile from the pool
least_recently_used, most_recently_used When the pool was last updated