Custom Agent
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Must be true to stream the agent response as it’s generated, and false to receive a response after the agent has finished.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Must be true to stream the agent response as it’s generated, and false to receive a response after the agent has finished.
This endpoint lets you run an assistant you can configure in the UI. Users can create a custom AI agent by providing a description of the desired functionality using natural language. The system supports both conversational inputs and advanced prompting techniques to define the agent’s behavior. Before using it you must have created a custom agent at https://you.com/agents.
To maintain enterprise security, enable Zero Data Retention on your enterprise account. Manage this setting at you.com/settings/privacy. When enabled, we do not retain your data and do not use it for model training.
The data returns as SSE (Server-Side Events) with the text/event-stream content type in the response header. It streams data in while the agent is responding.
Your Custom Agent’s ID. To obtain one you must have created a custom agent at https://you.com/agents.