Deploy and configure your agents for Open Agent Platform
langgraph dev
to run the agents locally.langgraph dev
, the id
(project ID), and tenantId
should be any valid UUID version 4, such as those generated by uuid.uuid4()
. Ensure each graph has a unique id
, and all graphs share the same tenantId
./info
endpoint of your deployment URL. Then, copy the project_id
value into id
, and tenant_id
into tenantId
.
NEXT_PUBLIC_DEPLOYMENTS
environment variable inside the apps/web/
directory.
The following is an example of what this variable would look like for a single, local deployment: