Compagni di team
One AI Teammate
GET
/api/v1/teammates/{id}Hai bisogno di una chiave API dell'organizzazione con la capability member.
Authorization
apiKey AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/teammates/string"{ "id": "string", "organizationId": "string", "name": "string", "title": "string", "roleDescription": "string", "avatarSeed": "string", "ownerId": "string", "editorIds": [ "string" ], "visibility": "org", "collectionIds": [ "string" ], "sourceIds": [ "string" ], "modelProvider": "anthropic", "modelId": "string", "allowedModels": [ { "provider": "anthropic", "modelId": "string" } ], "systemKind": null, "assistantId": null, "capabilityCeiling": "edit", "approvalBypass": true, "projectId": null, "deletedAt": null, "createdAt": "string", "updatedAt": "string"}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}Stand up a working Teammate in one call: persona, grants, routines POST
Requires an Organization API key with the edit capability. Supply an Idempotency-Key when retrying the same request.
Update an AI Teammate (applies to its next message) PATCH
Requires an Organization API key with the edit capability.