This commit is contained in:
a2a-platform
2026-06-27 01:02:21 +00:00
commit 197f1bd317
61 changed files with 48605 additions and 0 deletions

34
skills/invites/SKILL.md Normal file
View File

@@ -0,0 +1,34 @@
---
name: invites-routes
description: Handle 2 OpenAPI operation(s) under /invites for the invites route group.
---
# invites API Routes
Handle 2 OpenAPI operation(s) under /invites for the invites 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
### post_invites
- Operation ID: `post_invites`
- Route: `POST /invites`
- Mode: WRITE
- Summary: Create user invite
- Parameters:
- `fields` in `query`
- Body: JSON request body accepted.
### get_invites_id
- Operation ID: `get_invites_id`
- Route: `GET /invites/{invite_id}`
- Mode: READ
- Summary: Get user invite status
- Parameters:
- `invite_id` in `path` required
- `fields` in `query`