Deploy and configure your agents for Open Agent Platform
langgraph dev
to run the agents locally.OPENAI_API_KEY
, ANTHROPIC_API_KEY
, GOOGLE_API_KEY
, and TAVILY_API_KEY
for use in our demo agents, but this is easily extendable by you for any custom agents.
The keys that users set in this page will be passed to any agents as part of the runtime config, under the apiKeys
configurable field.
As a developer, you can choose to require users to bring their own API keys, or to fallback to the environment variables set in LangGraph Platform deployment itself.
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: