Coming Soon

Quickly API

Programmatically trigger workflows, query action history, and build custom integrations with the Quickly API.

Join the API waitlist

What you'll be able to do

Programmatic Workflows

Trigger Quickly actions from your CI/CD pipelines, monitoring systems, or internal tools.

Custom Integrations

Build your own integrations that leverage Quickly's AI understanding and multi-tool orchestration.

Analytics & Reporting

Pull action data into your own dashboards and reporting tools.

Event-Driven Automation

React to Quickly events with webhooks to trigger downstream processes.

Planned Endpoints

POST
/v1/actions

Trigger a Quickly action programmatically

Example: Create a Jira issue from your own application

GET
/v1/actions

List actions taken by Quickly

Example: Query action history with filters

GET
/v1/integrations

List connected integrations

Example: Check which tools are connected

POST
/v1/webhooks

Subscribe to Quickly events

Example: Get notified when actions complete

Example Request

curl -X POST https://api.quickly.ai/v1/actions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action": "create_issue",
    "params": {
      "project": "ENG",
      "type": "Bug",
      "summary": "API integration test",
      "description": "Created via Quickly API",
      "priority": "P2"
    }
  }'

This is a preview of what the API will look like. Syntax may change.

API Features

OAuth 2.0

Secure authentication with scoped API keys

Rate Limiting

Fair usage limits with clear headers

OpenAPI Spec

Full OpenAPI specification for client generation

Be the first to know

Join the waitlist to get early access when the API launches.

Join API waitlist