APIContext · Capability
APIContext Platform API — Projects
APIContext Platform API — Projects. 4 operations. Lead operation: List projects. Self-contained Naftiko capability covering one business surface.
APIContext Platform API — Projects is a Naftiko capability published by APIContext, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET, POST, and PUT methods rooted at /v1/projects.
The capability includes 2 read-only operations and 2 state-changing operations. Lead operation: List projects. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include APIContext and Projects.
What You Can Do
GET
Listprojects
— List projects
/v1/projects/
POST
Createproject
— Create a project
/v1/projects/
GET
Getproject
— Get a project
/v1/projects/{project_id}
PUT
Updateproject
— Update a project
/v1/projects/{project_id}
MCP Tools
apicontext-listprojects
List projects
read-only
idempotent
apicontext-createproject
Create a project
apicontext-getproject
Get a project
read-only
idempotent
apicontext-updateproject
Update a project
idempotent