Quick Start
Environments
Execution contexts with variables, secrets, and integrations.List Environments
Get Environment Details
Create Environment
Update Environment
Delete Environment
Context Graph
Neo4j-based organizational knowledge graph storing resources, relationships, and execution history.Get Graph Statistics
List Nodes
Get Node Details
Search Nodes
List Integrations
Execute Custom Query
Run custom Cypher queries to analyze your organizational knowledge graph:List Labels
List Relationship Types
Get Subgraph
Best Practices
- Separate environments by stage (dev, staging, production)
- Never store sensitive data in plain text - always use secrets
- Version control environment definitions
- Rotate secrets regularly with automated processes
- Use graph queries for resource discovery and pattern analysis
- Monitor agent activity and execution success rates
- Optimize graph queries with indexes and limits
- Archive old execution data periodically
- Encrypt secrets at rest
- Enable and review audit logs
- Implement regular Neo4j backups