This commit is contained in:
a2a-platform
2026-06-27 01:02:12 +00:00
commit 145ca85f72
52 changed files with 94532 additions and 0 deletions

46
skills/identity/SKILL.md Normal file
View File

@@ -0,0 +1,46 @@
---
name: identity-routes
description: Handle 4 OpenAPI operation(s) under /identity for the identity route group.
---
# identity API Routes
Handle 4 OpenAPI operation(s) under /identity for the identity route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### identity_get
- Operation ID: `identity_get`
- Route: `POST /identity/get`
- Mode: WRITE
- Summary: Retrieve identity data
- Body: JSON request body accepted.
### identity_documents_uploads_get
- Operation ID: `identity_documents_uploads_get`
- Route: `POST /identity/documents/uploads/get`
- Mode: WRITE
- Summary: Returns uploaded document identity
- Body: JSON request body accepted.
### identity_match
- Operation ID: `identity_match`
- Route: `POST /identity/match`
- Mode: WRITE
- Summary: Retrieve identity match score
- Body: JSON request body accepted.
### identity_refresh
- Operation ID: `identity_refresh`
- Route: `POST /identity/refresh`
- Mode: WRITE
- Summary: Refresh identity data
- Body: JSON request body accepted.