ReferenceSchemas
Agent
Reference for the arke/agent@v1 profile -- external AI services that process entities.
Profile
arke/agent@v1
Required Properties
| Property | Type | Description |
|---|---|---|
label | string | Agent display name |
endpoint_url | string | URL that Arke calls to invoke the agent |
capabilities | string[] | List of capabilities the agent supports |
Optional Properties
| Property | Type | Description |
|---|---|---|
description | string | What the agent does |
status | string | active / inactive / maintenance |
supported_types | string[] | Entity types this agent can process |
required_permissions | string[] | Permissions the agent needs |
config | object | Agent-specific configuration |
Relationships
| Predicate | Peer Type | Description |
|---|---|---|
api_key | (internal) | Bound API key entity |
member_of | collection | Collections the agent can access |
Security
- Agents authenticate with API keys (
Authorization: ApiKey ak_xxxxx) - Arke signs outbound requests with Ed25519 (
X-Arke-Signature) - Temporal permissions grant scoped, time-limited access per invocation