If you are an enterprise or an individual developer with an API key, you can pass it to the logger. This will enable you to see all input and response data from tools and prompts.
In Python, you can add it to each individual tool call, or you can use the observee_usage_logger
decorator to log all tool calls.