Most AI models are great at talking, but they often stop short of actually finishing the job. Today, we’re changing that. We’ve introduced Native Tool Calling to BytArch, giving your AI the "hands" it needs to create real world results.
Instead of just telling you what to do, your AI can now send the email, generate the document, and build the knowledge graph itself.
The Simplified Payload
You don't need to be a senior engineer to set this up. By simply adding these tool types to your request, you unlock the ability for the AI to create assets on the fly:
{
"model": "BytArch/source-neo",
"messages": [
{
"role": "user",
"content": "Generate a project proposal document and email it to the stakeholders."
}
],
"tools": [
{"type": "email"},
{"type": "document"},
{"type": "graph"}
]
}
Meet Your New Creation Tools
We’ve focused on the three most requested actions for automated workflows:
- Send Emails: The model can now draft and deliver messages directly. Whether it's a daily update or a client follow-up, the AI handles the sending.
- Create Documents: Move beyond simple chat replies. The AI can now generate full-length documents, reports, and files based on your conversation.
- Build Knowledge Graphs: Transform raw data into structured insights. The AI can automatically create visual or data graphs that map out complex relationships.
Why This is Better
In the past, connecting an AI to an email server or a file system required hours of custom coding and API management. BytArch Native Tools remove that friction. We provide the "plumbing" so you can focus on the results. When the AI recognizes a task like "create a graph," it triggers the built-in tool automatically.
This approach reduces the setup time for new AI features by roughly 70%, allowing you to move from idea to execution in minutes.
"We are evolving from AI that answers to AI that delivers. Sending emails and creating documents is no longer an extra step—it's a native part of the BytArch experience."
Get Started
The creation tools are available now for all users. Head over to the BytArch Documentation to see the full technical specs for the email, document, and graph tools.
Stop just talking. Start creating.

