26 May 2026

A Stable REST API and Scoped API Keys

The Agiler REST API is now stable. Version 1, served at https://api.agiler.io/v1, is covered by a backwards-compatibility commitment: existing integrations will continue to work, and we will not introduce breaking changes within v1.

This release also adds scope-based permissions to API keys. A key can be granted only the scopes it requires and restricted to specific projects or workspaces, rather than holding full account access. Scopes are granular (for example, projects:read, projects.files:write, and billing:read), and broader scopes imply narrower ones, so projects:write grants every scope within a project without enumerating each.

API keys are created and scoped from your dashboard. Authenticate each request with the key as a bearer token:

curl https://api.agiler.io/v1/projects \
  -H "Authorization: Bearer $AGILER_TOKEN"

Full documentation:

  • API reference: /docs/api/
  • OpenAPI spec: /openapi.json, for use with tools such as Postman, Insomnia, and openapi-generator.

© 2026 Agiler. All rights reserved.

The WordPress® trademark is the intellectual property of the WordPress Foundation, and the Woo® and WooCommerce® trademarks are the intellectual property of WooCommerce, Inc. Uses of the WordPress®, Woo®, and WooCommerce® names in this website are for identification purposes only and do not imply an endorsement by WordPress Foundation or WooCommerce, Inc. Agiler is not endorsed or owned by, or affiliated with, the WordPress Foundation or WooCommerce, Inc.