# Add Profiles to Pool Source: https://docs.asteroid.ai/api-reference/agent-profile-pools/add-profiles-to-pool https://odyssey.asteroid.ai/agents/v2/openapi.yaml post /agent-profile-pools/{poolId}/members Add profiles to a pool # Create Agent Profile Pool Source: https://docs.asteroid.ai/api-reference/agent-profile-pools/create-agent-profile-pool https://odyssey.asteroid.ai/agents/v2/openapi.yaml post /agent-profile-pools Create a new agent profile pool # Delete Agent Profile Pool Source: https://docs.asteroid.ai/api-reference/agent-profile-pools/delete-agent-profile-pool https://odyssey.asteroid.ai/agents/v2/openapi.yaml delete /agent-profile-pools/{poolId} Delete an agent profile pool # Get Agent Profile Pool Source: https://docs.asteroid.ai/api-reference/agent-profile-pools/get-agent-profile-pool https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /agent-profile-pools/{poolId} Get an agent profile pool by ID # List Agent Profile Pools Source: https://docs.asteroid.ai/api-reference/agent-profile-pools/list-agent-profile-pools https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /agent-profile-pools List all agent profile pools for an organization # List Pool Members Source: https://docs.asteroid.ai/api-reference/agent-profile-pools/list-pool-members https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /agent-profile-pools/{poolId}/members List all profiles in a pool # Remove Profiles from Pool Source: https://docs.asteroid.ai/api-reference/agent-profile-pools/remove-profiles-from-pool https://odyssey.asteroid.ai/agents/v2/openapi.yaml delete /agent-profile-pools/{poolId}/members Remove profiles from a pool # Update Agent Profile Pool Source: https://docs.asteroid.ai/api-reference/agent-profile-pools/update-agent-profile-pool https://odyssey.asteroid.ai/agents/v2/openapi.yaml patch /agent-profile-pools/{poolId} Update an existing agent profile pool # Clear Browser Cache Source: https://docs.asteroid.ai/api-reference/agent-profiles/clear-browser-cache https://odyssey.asteroid.ai/agents/v2/openapi.yaml delete /agent-profiles/{profileId}/clear-browser-cache Clears the browser profile/cache for the specified agent profile by deleting its browser profile # Create Agent Profile Source: https://docs.asteroid.ai/api-reference/agent-profiles/create-agent-profile https://odyssey.asteroid.ai/agents/v2/openapi.yaml post /agent-profiles Create a new agent profile # Delete Agent Profile Source: https://docs.asteroid.ai/api-reference/agent-profiles/delete-agent-profile https://odyssey.asteroid.ai/agents/v2/openapi.yaml delete /agent-profiles/{profileId} Delete an agent profile # Duplicate Agent Profile Source: https://docs.asteroid.ai/api-reference/agent-profiles/duplicate-agent-profile https://odyssey.asteroid.ai/agents/v2/openapi.yaml post /agent-profiles/{profileId}/duplicate Duplicate an agent profile with all settings, credentials, and cookies # Get Agent Profile Source: https://docs.asteroid.ai/api-reference/agent-profiles/get-agent-profile https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /agent-profiles/{profileId} Get an agent profile by ID # Get Agent Profile Inbox Email Source: https://docs.asteroid.ai/api-reference/agent-profiles/get-agent-profile-inbox-email https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /agent-profiles/{profileId}/inbox-emails/{emailId} Get a single email from the agent profile's inbox by ID # Get Agent Profile Inbox Emails Source: https://docs.asteroid.ai/api-reference/agent-profiles/get-agent-profile-inbox-emails https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /agent-profiles/{profileId}/inbox-emails List emails in the agent profile's inbox # List Agent Profiles Source: https://docs.asteroid.ai/api-reference/agent-profiles/list-agent-profiles https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /agent-profiles List all agent profiles for an organization # Update Agent Profile Source: https://docs.asteroid.ai/api-reference/agent-profiles/update-agent-profile https://odyssey.asteroid.ai/agents/v2/openapi.yaml patch /agent-profiles/{profileId} Update an existing agent profile # Execute an agent Source: https://docs.asteroid.ai/api-reference/agents/execute-an-agent https://odyssey.asteroid.ai/agents/v2/openapi.yaml post /agents/{agentId}/execute Start an execution for the given agent. # List Agents Source: https://docs.asteroid.ai/api-reference/agents/list-agents https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /agents List all agents for an organization # List Available Tools Source: https://docs.asteroid.ai/api-reference/agents/list-available-tools https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /agents/available-tools List all available tools/capabilities for AI Task nodes in workflows # Get Context Source: https://docs.asteroid.ai/api-reference/context/get-context https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /context Get the current user's context including organization memberships # Get execution Source: https://docs.asteroid.ai/api-reference/execution/get-execution https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /executions/{executionId} Get a single execution by ID with all details # Get recording redirect Source: https://docs.asteroid.ai/api-reference/execution/get-recording-redirect https://odyssey.asteroid.ai/agents/v2/openapi.yaml get /executions/{executionId}/recording Redirect to the recording playback URL. Returns a 307 with a short-lived signed URL. Embed this endpoint in