Back to Integrations

API

Integrate Orgtools directly into your applications and workflows with our RESTful API. Create decisions programmatically from any system or service.

Build Custom Integrations with Ease

Connect any application, service, or workflow directly to Orgtools using our public API. Whether you're building custom automations with n8n, Workato, Tray.io, or integrating with internal tools, our API provides the flexibility you need to create decision workflows from existing systems.

Simple Authentication

Secure API key authentication with customizable headers for seamless integration.

Example Request:

curl -X POST https://orgtools.com/api/v1/public/decisions/ 
  -H "X-API-Key: your-api-key-here" 
  -H "Content-Type: application/json" 
  -d '{
    "content": "We need to decide on the new feature prioritization...",
    "title": "Q4 Feature Planning",
    "source": "Product Team Meeting"
  }'

Common Use Cases

Here's how teams are using the Orgtools Public API:

n8n Workflows

Create powerful automation workflows in n8n that trigger decision creation from any connected service or data source.

Workato & Tray.io Integrations

Seamlessly integrate with enterprise automation platforms to create decisions from business processes and data flows.

Custom Applications

Integrate decision-making directly into your custom applications, internal tools, or business processes using any programming language.

Power Automate & Other Platforms

Works with Microsoft Power Automate, Integromat, and any platform that supports HTTP requests for maximum flexibility.

API Configuration

Customize your API integration with flexible configuration options:

  • Custom API Key Headers - Use your preferred authentication header name

  • Multiple Integrations - Create multiple API keys for different applications or environments

  • Rate Limiting - Built-in rate limits with support upgrade options

  • Usage Monitoring - Track API usage and performance metrics

Ready to Build Your Integration?

Get started with the Orgtools Public API and build custom decision workflows.