contaazul

Integrate ContaAzul ERP via REST API v1 with OAuth 2.0 to manage finance operations.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/MindOpsTeam/agente-cfo --skill contaazul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contaazul
Source: https://github.com/MindOpsTeam/agente-cfo/tree/main/skills/contaazul
Command: npx skills add https://github.com/MindOpsTeam/agente-cfo --skill contaazul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

ContaAzul ERP integration via API enables automatic retrieval and manipulation of core financial data, reducing manual data entry and reconciliation.

Core Features & Use Cases

  • Retrieve current balance across accounts (get_balance)
  • List and manage payables/receivables, create and update customers, products, and sales
  • Generate and issue NF-e and manage bank accounts and categories via Conta Azul API for end-to-end finance workflows

Quick Start

Run the OAuth connect script to authorize ContaAzul and begin querying the ERP data.

Frequently Asked Questions about contaazul

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ContaAzul ERP integration for finance operations?

ContaAzul ERP integration automates finance operations by connecting via REST API v1 with OAuth 2.0 to manage balances, payables, receivables, customers, products, and sales. You must run the OAuth connect script to authorize access before querying data.

What financial data can I retrieve using the ContaAzul API?

Using the ContaAzul API, you can retrieve current account balances, payables, receivables, customer records, products, sales data, NF-e, and bank account information. This enables end-to-end finance workflows and reduces manual data entry and reconciliation.

Do I need OAuth 2.0 tokens to manage ContaAzul payables and receivables?

Yes, you need OAuth 2.0 tokens to manage ContaAzul payables and receivables. The integration requires valid OAuth2 tokens for authorization, and you must perform periodic token refreshes to maintain continuous API access for finance operations.

Can I generate and issue NF-e automatically through ContaAzul integration?

Yes, you can generate and issue NF-e automatically through ContaAzul integration. The API supports managing bank accounts and categories, allowing you to handle end-to-end finance workflows including NF-e generation directly via the ContaAzulClient scripts.

What are the limitations of using ContaAzul REST API v1 for finance automation?

Limitations of ContaAzul REST API v1 include the strict dependency on OAuth 2.0 tokens and the necessity for periodic token refreshes to prevent authentication failures during automated finance workflows. You must manage these tokens properly within your scripts.

Does ContaAzul API integration work for managing customer and product data?

Yes, ContaAzul API integration works for managing customer and product data by allowing you to create, update, and list these records. This enables automated workflows that synchronize your finance operations with your broader ERP data.