Agent Types
An Agent Type is a logical definition of an AI service you offer. Think of it as a template that describes what your AI can do. Agent types come in different flavors:- LangGraph Agents - Built with the LangGraph framework
- CrewAI Agents - Multi-agent systems using CrewAI
- n8n Workflows - Automated workflows with AI steps
- Custom Agents - Any AI application using the SDK
Agent Instances
An Agent Instance is a specific deployment of an agent type. It’s where your agent actually runs. Common instance types:- Production - Live customer-facing deployment
- Staging - Testing and development environment
- Per-Customer - Dedicated instance for a specific customer
- Multi-Tenant - Shared instance serving multiple customers
Mapping Secret Tokens to Instances
You configure the secret token when initializing the Value client. Set theVALUE_AGENT_SECRET environment variable to your instance’s secret token:
- Look up the instance
- Attribute usage to that instance
- Track costs for that instance
Secret tokens are credentials. Keep them secure and rotate them periodically.