“Items” and “Entities” are interchangeable terms. Both terms are used in relation to Serval databases. Item is the term used in the UI that refers to a single row in a database table. Entity is the technical term used in the workflow code, API, and field types.
Database features
- AI-native ingestion. Describe a new ingestion in plain English (“ingest all computers from Kandji”) and Serval generates the requisite workflow. Serval also suggests how external fields map to your schema, so you review and accept instead of wiring mappings by hand.
- Multi-source per type. One item type can pull from many sources. Sync a computer’s specs from your MDM and its financial data from your procurement tool. Pick the source of truth per field.
- Context graph. Relationships between items are first class, traversable, and visible. See every device downstream of a server, every license assigned to a user, the full dependency chain of a CI.
- Connected to the rest of Serval. Workflows read and write items. Skills surface item data to the Help Desk Agent. Campaign responses can be written to databases. See every ticket associated with an item.
- Full provenance. Every change to every field is recorded with author, source, and timestamp. Trace what changed and when, even as assets move between owners.
When to use databases
- Single source of truth for hardware, software, and licenses. Pull from your MDM, procurement tool, and IdP into one schema. Pick the source of truth per field. Track provenance through every transfer.
- CMDB for change management and impact analysis. Model CIs and their relationships as item types. The context graph traces downstream dependencies. Workflows can fire when an upstream CI changes.
- Reference data for tickets, catalog items, or workflow state. Any item type can back custom ticket fields, catalog reference options, journey metadata, and persistent workflow state.
What you can do with Databases
Design your schema
Define item types, fields, and relationships. Evolve the schema as your needs change.
Ingest from any source
Pull data from connected apps with AI-suggested field mappings, multi-source reconciliation, and scheduled syncs.
Browse and query
Filter, sort, save views, and traverse the context graph.
Use it everywhere
Reference items from workflow code, surface them to the Help Desk Agent, and report on them in dashboards.
Next steps
Build your first database
Define an item type, add fields, populate, and query end to end.
Connect a source
Start syncing from your MDM, IdP, or procurement tool.

