All integrations
ArangoDB
Databases
Query documents and traverse graphs in your own ArangoDB — with read-only credentials and sandbox routing when production is off limits.
What teams build with this
Answer questions that require walking relationships, not just rows
Ground an agent's reasoning in your live operational data
Validate a proposed action against current state before it runs
What this integration is allowed to do
4 read-only
Reads data. Cannot change anything in the connected system.
3 reversible
Writes data, but the change can be undone.
1 irreversible
Writes data in a way that cannot be automatically undone.
Attach only the tools an agent needs. Run the whole integration against a vendor sandbox or the Fruxon simulator before it touches production.
Available tools
Each tool is attached per agent step, so an agent only gets what its job requires.
query | Execute a read-only AQL query with optional bind variables | Read-only |
list_collections | List all collections with type and status | Read-only |
get_document | Retrieve a document by collection and key | Read-only |
list_graphs | List all named graphs with edge definitions | Read-only |
insert_document | Insert a document into a collection | Reversible |
update_document | Partially update a document (merge fields) | Reversible |
replace_document | Fully replace a document | Reversible |
delete_document | Delete a document by key | Irreversible |
Connect ArangoDB to your agents
Set up credentials once at the tenant level, then attach the tools you need to any agent.