pydo.genai.create_agent_api_key()
Generated on 15 Jul 2025
from pydo
version
v0.13.0
Description
To create an agent API key, send a POST request to /v2/gen-ai/agents/{agent_uuid}/api_keys
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
agent_uuid |
string | True | Agent id | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.