Ironclad · Capability
Ironclad Public API — Entities
Ironclad Public API — Entities. 6 operations across 3 resource paths. Self-contained Naftiko capability covering the Ironclad Entities business surface.
Ironclad Public API — Entities is a Naftiko capability published by Ironclad, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 6 operations across the GET, POST, PATCH, and DELETE methods rooted at /v1/entities.
Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Ironclad and Entities.
What You Can Do
GET
Get all entity relationship types
— Get All Entity Relationship Types
/v1/entities/relationship-types
GET
List all entities
— List All Entities
/v1/entities
POST
Create an entity
— Create an Entity
/v1/entities
GET
Retrieve an entity
— Retrieve an Entity
/v1/entities/{id}
PATCH
Update an entity
— Update an Entity
/v1/entities/{id}
DELETE
Delete an entity
— Delete an Entity
/v1/entities/{id}