Connecting Agents
The Wayfound Manager SDK provides a simple interface for connecting agents to Wayfound. It allows developers to seamlessly integrate Wayfound's AI agent supervision capabilities with their third-party agents using Python, JavaScript or simple REST API endpoints directly.
The Connection page provides instructions and information for connecting your third-party agent to Wayfound. It includes the agent's unique ID, which is required for use of the Wayfound SDK.

Getting started
First, you should have at least one third-party agent connected to the Wayfound platform. If you have not yet connected an agent, visit The Agents Page and connect an agent.
Connecting Agents with Python
You can install the Wayfound SDK using pip:
To use the Wayfound Manager SDK, you'll need a Wayfound API key and an agent ID. The Agent ID is available on the agent's Connection page. API keys can be obtained by users with admin permissions from the API page.
The SDK provides methods to record new messages, update existing recordings, and add details like user ratings and handoffs. For example:
Connecting Agents with JavaScript:
You can install the Wayfound SDK using npm:
To use the Wayfound Manager SDK, you'll need a Wayfound API key and an agent ID. The Agent ID is available on the agent's Connection page. API keys can be obtained by users with admin permissions from the API page.
The SDK provides methods to record new messages, update existing recordings, and add details like user ratings and handoffs. For example:
Resources
PyPI Project: https://pypi.org/project/wayfound/
npm Package: https://www.npmjs.com/package/wayfound
Python Source Code: https://github.com/Wayfound-AI/wayfound-sdk-python
Javascript Source Code: https://github.com/Wayfound-AI/wayfound-sdk-javascript
Last updated