/
AG
agience
/
Agience Platform API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
Artifacts
18
Authentication
22
Beacon (premium)
3
Downloads
1
Events
1
Gate (internal)
2
Grants
9
get
List Grants Endpoint
post
Create Grant Endpoint
post
Claim Invite Endpoint
get
Get Invite Context Endpoint
get
Get Invite Details Endpoint
get
List Invites Sent Endpoint
get
Read Grant
delete
Revoke Grant
post
Accept Grant
OAuth Clients
6
Personal API Keys
5
Platform
6
Search
1
Secrets
5
Server Credentials
1
Setup
4
Stream
3
Types
2
Grants
Create Grant Endpoint
post
/auth/grants
Request body
CreateGrantRequest
required
resource_id
string
required
can_create
boolean
can_read
boolean
can_update
boolean
can_delete
boolean
can_invoke
boolean
can_add
boolean
can_share
boolean
can_admin
boolean
grantee_type
string
grantee_id
string
nullable
target_entity
string
nullable
target_entity_type
string
nullable
max_claims
integer
nullable
requires_identity
boolean
name
string
nullable
notes
string
nullable
expires_at
string
nullable
state
string
role
string
nullable
message
string
nullable
Response
Successful Response
{"stackTrail":"paths:/auth/grants:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes