Composio + AccountsOS
Add AccountsOS to your Composio agent stack
Use AccountsOS through Composio's integration platform. Composio connects your AI agents to hundreds of tools — add UK accounting alongside your existing CRM, email, and project management integrations.
13
Tools
100+
Composio Apps
3
Scopes
UK
Focused
from composio import ComposioToolSet
from openai import OpenAI
# Get AccountsOS tools via Composio
toolset = ComposioToolSet()
tools = toolset.get_tools(["accountsos"])
# Use with any LLM
client = OpenAI()
response = client.chat.completions.create(
model="gpt-4",
tools=tools,
messages=[{
"role": "user",
"content": "What's my VAT position for Q4?"
}]
)Available Tools
| Tool | Scope |
|---|---|
get_transactions | read |
get_balance | read |
get_vat_summary | read |
get_deadlines | read |
create_transaction | write |
update_transaction | write |
categorize_transaction | write |
list_categories | read |
create_deadline | write |
search_documents | read |
upload_document | write |
get_dla_balance | read |
get_invoices | read |
Features
Pre-built Composio integration with all 13 AccountsOS tools
Combine accounting with CRM, email, and project management tools
OAuth-based authentication through Composio's auth layer
Automatic tool schema registration for agent discovery
Works with Composio's Python and JavaScript SDKs
Trigger-based workflows for accounting automation
How It Works
Add AccountsOS to Composio
Install the AccountsOS integration from the Composio marketplace.
composio add accountsosAuthenticate
Connect your AccountsOS account through Composio's OAuth flow.
composio auth accountsos
# Opens browser for OAuth authenticationUse in your agent
AccountsOS tools are now available alongside your other Composio integrations.
from composio import ComposioToolSet
toolset = ComposioToolSet()
tools = toolset.get_tools(["accountsos"])
agent.add_tools(tools)Benefits
Combine accounting with 100+ other Composio integrations
Managed authentication — no API key handling in code
Works with any LLM through Composio's tool layer
Trigger-based workflows for automated bookkeeping
Python and JavaScript SDK support
Frequently Asked Questions
What is Composio?
Composio is an integration platform for AI agents. It connects your agents to hundreds of tools — from CRM and email to file storage and now accounting with AccountsOS. It handles authentication, tool schemas, and execution.
Can I use AccountsOS with other Composio integrations?
Yes. That's the main advantage. Combine AccountsOS with Slack, Gmail, Notion, GitHub, or any other Composio integration. For example, auto-log expenses from email receipts or post weekly finance summaries to Slack.
Which LLMs work with Composio?
Composio supports OpenAI, Anthropic, Google, and other LLM providers. AccountsOS tools work with any LLM that Composio supports — the tool schemas are provider-agnostic.
How does authentication work?
Composio handles OAuth authentication. You connect your AccountsOS account once through a browser-based flow, and Composio manages the tokens. No API keys in your code.
Ready to connect Composio?
AI-powered accounting for your UK limited company.
Get Started FreeFree during Early Access - No credit card - Cancel anytime