etendo-headless

Configure EtendoRX headless API endpoints for RESTful data access.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-headless
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: etendo-headless
Source: https://github.com/etendosoftware/etendo_claude_marketplace/tree/main/plugins/dev-assistant/skills/etendo-headless
Command: npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-headless

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating and managing EtendoRX headless API endpoints, enabling seamless integration and data access for external applications without the overhead of traditional web UIs or CSRF protection.

Core Features & Use Cases

  • RESTful Data Access: Expose Etendo data through standard HTTP methods (GET, POST, PUT) using JWT or Basic Auth.
  • Endpoint Configuration: Define new headless endpoints, map them to specific Etendo tabs, and select which fields are exposed.
  • Use Case: Integrate your Etendo ERP with a customer-facing mobile app by exposing read-only access to product catalog data via a headless endpoint.

Quick Start

Use the etendo-headless skill to create a new endpoint named 'ProductCatalog' exposing fields from the 'M_Product' tab.

Frequently Asked Questions about etendo-headless

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

FAQPage Schema
How do I expose Etendo ERP data via REST APIs for external integration?

You can expose Etendo ERP data via REST APIs by configuring EtendoRX headless endpoints. This allows external applications to access data seamlessly over HTTP without relying on traditional web UIs.

How do I configure a headless endpoint mapped to specific Etendo tabs and fields?

Configuring a headless endpoint involves defining a new endpoint name, mapping it to a target Etendo tab, and selecting the specific fields to expose for external data access.

What HTTP methods are supported for RESTful data access with EtendoRX headless endpoints?

EtendoRX headless endpoints support standard HTTP methods including GET, POST, and PUT operations. This allows you to retrieve, create, and update Etendo data dynamically via RESTful services.

Do I need CSRF protection for external applications accessing Etendo data?

You do not need CSRF protection for external applications accessing Etendo data via headless endpoints. These endpoints bypass traditional web UI overhead by using JWT or Basic Auth instead.

Can I dynamically register and test new REST endpoints without restarting the system?

EtendoRX integrates with the Etendo database for dynamic endpoint registration and management. You can alter and test endpoints mapped to Etendo tabs directly through the module.

What is the best way to integrate a customer-facing mobile app with Etendo product data?

The best way to integrate a mobile app with Etendo data is by creating a headless endpoint. You can expose read-only access to specific product catalog fields via RESTful GET requests using JWT authentication.