Splixia
Splixia

Tools

Tools are how Splixia takes action. 35+ built-in tools, your own custom logic, or any external service you connect — all loaded on demand, only when needed.

Three Kinds of Tools

Built-in — 35+ tools for managing your memory, facets, activities, and more. They come with Splixia and always work.
Custom — Write your own logic in JavaScript. Safely isolated with web access. Perfect for integrating with your internal APIs or doing calculations Splixia can't do natively.
External connectors — Connect any compatible external service. GitHub, Linear, Notion, Slack — if it speaks the standard protocol, Splixia can use it.

Loaded On Demand

Splixia doesn't load every tool into every conversation. When you ask it to do something, it figures out which tools it might need and loads only those.

This keeps each conversation fast and focused. Your AI isn't distracted by tools it doesn't need.

Permissions

Every tool has a permission level:

Enabled — Splixia can use it freely.
Confirm — Splixia asks for your approval before using it. Good for tools that send emails, delete data, or spend money.
Disabled — Invisible. Splixia doesn't even know it exists.

Facets can override these permissions. A client-facing facet might disable internal tools entirely.

Custom Tools in Detail

Write a JavaScript function, give it a name and description, and Splixia can call it. Your tool runs in a secure isolated environment with built-in web access.

Custom tools can read external data, transform it, and integrate with services through MCP connectors.